mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update files with latest Laravel 8 changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user