Fix root categories seeding

This commit is contained in:
DariusIII
2019-03-13 11:33:39 +01:00
parent b52acbed96
commit 723e4df88b
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -24,5 +24,6 @@ class DatabaseSeeder extends Seeder
$this->call(ReleaseNamingRegexesTableSeeder::class);
$this->call(SettingsTableSeeder::class);
$this->call(RolesAndPermissionsSeeder::class);
$this->call(RootCategoriesTableSeeder::class);
}
}