fix namespace
This commit is contained in:
parent
301aa622c4
commit
257d491231
@ -5,7 +5,7 @@ namespace plugin\admin\app\controller\database;
|
|||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use plugin\admin\app\controller\Base;
|
use plugin\admin\app\controller\Base;
|
||||||
use plugin\admin\app\model\Option;
|
use plugin\admin\app\model\Option;
|
||||||
use plugin\admin\App\Util;
|
use plugin\admin\app\Util;
|
||||||
use Support\Db;
|
use Support\Db;
|
||||||
use Support\Exception\BusinessException;
|
use Support\Exception\BusinessException;
|
||||||
use Support\Request;
|
use Support\Request;
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use plugin\admin\app\exception\Handler;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'' => \plugin\admin\App\exception\Handler::class,
|
'' => Handler::class,
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user