We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 645eedc + b072fd4 commit 5d5c6f2Copy full SHA for 5d5c6f2
tests/TestCase.php
@@ -56,7 +56,8 @@ protected function getPackageProviders($app)
56
57
protected function disableExceptionHandling()
58
{
59
- $this->app->instance(ExceptionHandler::class, new class extends Handler {
+ $this->app->instance(ExceptionHandler::class, new class extends Handler
60
+ {
61
public function __construct()
62
63
}
0 commit comments