|
@@ -176,6 +176,9 @@ return [
|
|
|
// UCore Command Service Provider
|
|
// UCore Command Service Provider
|
|
|
UCore\Providers\CommandServiceProvider::class,
|
|
UCore\Providers\CommandServiceProvider::class,
|
|
|
|
|
|
|
|
|
|
+ // Admin 模块
|
|
|
|
|
+ \App\Module\Admin\Providers\AdminServiceProvider::class,
|
|
|
|
|
+
|
|
|
// Module Service Providers...
|
|
// Module Service Providers...
|
|
|
# 用户模块
|
|
# 用户模块
|
|
|
App\Module\User\Providers\UserServiceProvider::class,
|
|
App\Module\User\Providers\UserServiceProvider::class,
|