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 3139078 + 3e675c4 commit 606357dCopy full SHA for 606357d
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