6
0
Fork 0

调整后台菜单默认执行更新

release
vine_liutk 2022-01-08 11:05:19 +08:00
parent 4a3fc4ddc8
commit d43810cd85
1 changed files with 1 additions and 1 deletions

View File

@ -14,9 +14,9 @@ class DatabaseSeeder extends Seeder
*/ */
public function run() public function run()
{ {
$this->call(AdminMenuSeeder::class);
if (! App::isProduction()) { if (! App::isProduction()) {
$this->call([ $this->call([
AdminMenuSeeder::class,
AdminPermissionSeeder::class, AdminPermissionSeeder::class,
ProductPartSeeder::class, ProductPartSeeder::class,
ProductCategorySeeder::class, ProductCategorySeeder::class,