eee
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class Task
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$exception = \config('exception.task');
|
||||
$exception = \config('servers.task.exception');
|
||||
if (!in_array(ExceptionHandlerInterface::class, class_implements($exception))) {
|
||||
$exception = ExceptionHandlerDispatcher::class;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user