mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
fix bug of namespace
This commit is contained in:
parent
61e148efd8
commit
c6d0f9f6b7
@ -4,6 +4,7 @@ namespace App\Services;
|
||||
|
||||
use \Illuminate\Database\Capsule\Manager as Capsule;
|
||||
use \Pecee\SimpleRouter\SimpleRouter as Router;
|
||||
use App\Exceptions\ExceptionHandler;
|
||||
|
||||
class Boot
|
||||
{
|
||||
@ -42,7 +43,7 @@ class Boot
|
||||
$whoops->register();
|
||||
} else {
|
||||
// Register custom error handler
|
||||
App\Exceptions\ExceptionHandler::register();
|
||||
ExceptionHandler::register();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user