Beispiel #1
0
 /**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Eloquent::ungaurd();
     $this->call(UsersTableSeeder1::class);
 }