ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/nwidart/laravel-modules/src/Commands/stubs/ |
Current File : /home2/selectio/public_html/3-idiots/vendor/nwidart/laravel-modules/src/Commands/stubs/seeder.stub |
<?php namespace $NAMESPACE$; use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Model; class $NAME$ extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { Model::unguard(); // $this->call("OthersTableSeeder"); } }