Ejemplo n.º 1
0
 /**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Rental::truncate();
     $this->call('RentalsSeeder');
 }