mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
调整统一provider目录;增加content事件的快速登录案例;
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<?php
|
||||
use app\ExceptionHandle;
|
||||
use app\Request;
|
||||
|
||||
// 容器Provider定义文件
|
||||
|
||||
use app\common\provider\ExceptionHandle;
|
||||
use app\common\provider\Request;
|
||||
use app\common\provider\View;
|
||||
|
||||
return [
|
||||
'think\Request' => Request::class,
|
||||
'think\Request' => Request::class,
|
||||
'think\exception\Handle' => ExceptionHandle::class,
|
||||
'think\View' => View::class,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user