mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix root categories seeding
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-03-13 DariusIII
|
||||
* Fix: Fix root categories seeding
|
||||
* Chg: Update nesbot/carbon (2.14.2 => 2.16.0)
|
||||
* Chg: Update laravel/framework (v5.8.3 => v5.8.4)
|
||||
* Fix: Fix getConcatenatedCategoryIds function query
|
||||
|
||||
@@ -24,5 +24,6 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(ReleaseNamingRegexesTableSeeder::class);
|
||||
$this->call(SettingsTableSeeder::class);
|
||||
$this->call(RolesAndPermissionsSeeder::class);
|
||||
$this->call(RootCategoriesTableSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user