Пример #1
0
 public function run()
 {
     Location::truncate();
     factory(Location::class, 'location', 5)->create();
 }