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.
1 parent a36e3e8 commit c5905c4Copy full SHA for c5905c4
Http/Kernel.php
@@ -32,6 +32,9 @@ final class Kernel implements HttpKernel
32
\Codefy\Framework\Bootstrap\BootProviders::class,
33
];
34
35
+ /**
36
+ * @throws \Qubus\Exception\Exception
37
+ */
38
public function __construct(Application $codefy, Router $router)
39
{
40
$this->codefy = $codefy;
@@ -107,6 +110,9 @@ protected function bootstrappers(): array
107
110
return $this->bootstrappers;
108
111
}
109
112
113
114
115
116
protected function registerErrorHandler(): ErrorHandler
117
118
if ($this->codefy()->hasDebugModeEnabled()) {
0 commit comments