Update exception.php

This commit is contained in:
walkor 2022-08-15 10:41:29 +08:00 committed by GitHub
parent 039314e2dd
commit c57ba0d640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,5 @@
*/
return [
'' => \plugin\admin\App\exception\Handler::class,
'' => \plugin\admin\app\exception\Handler::class,
];