调整后台菜单默认执行更新
parent
4a3fc4ddc8
commit
d43810cd85
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue