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 b65a42c commit ddd38d2Copy full SHA for ddd38d2
Configuration/ApplicationBuilder.php
@@ -29,15 +29,6 @@ public function withKernels(): self
29
key: \Codefy\Framework\Console\Kernel::class,
30
value: fn() => $this->app->make(name: \Codefy\Framework\Console\ConsoleKernel::class)
31
);
32
- /*$this->app->alias(
33
- original: \Codefy\Framework\Contracts\Kernel::class,
34
- alias: \Codefy\Framework\Http\Kernel::class
35
- );
36
-
37
- $this->app->alias(
38
- original: \Codefy\Framework\Console\Kernel::class,
39
- alias: \Codefy\Framework\Console\ConsoleKernel::class
40
- );*/
41
42
return $this;
43
}
0 commit comments