Example #1
0
 /**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Car::create(['condition' => 'new', 'price' => 10000, 'model_id' => 1]);
 }