feat: 分离前端列表
This commit is contained in:
@@ -185,8 +185,8 @@ class CatchAdminServiceProvider extends ServiceProvider
|
||||
protected function bootModuleProviders()
|
||||
{
|
||||
foreach ($this->app->make(ModuleRepositoryInterface::class)->getEnabled() as $module) {
|
||||
if (class_exists($module['service'])) {
|
||||
$this->app->register($module['service']);
|
||||
if (class_exists($module['provider'])) {
|
||||
$this->app->register($module['provider']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user