Update files with latest Laravel 8 changes

This commit is contained in:
DariusIII
2020-10-09 10:18:26 +02:00
parent 57ad0c47cb
commit c19f569b45
3 changed files with 121 additions and 83 deletions
+1
View File
@@ -15,6 +15,7 @@ class DatabaseSeeder extends Seeder
public function run()
{
// $this->call(UsersTableSeeder::class);
// \App\Models\User::factory(10)->create();
$this->call(CountriesSeeder::class);
$this->call(RootCategoriesTableSeeder::class);
$this->call(CategoriesTableSeeder::class);