Skip to content

Commit aa8bf8a

Browse files
committed
Bind the kernels as singletons.
1 parent d70914b commit aa8bf8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
|
2727
*/
2828

29-
$app->bind(
29+
$app->singleton(
3030
'Illuminate\Contracts\Http\Kernel',
3131
'App\Http\Kernel'
3232
);
3333

34-
$app->bind(
34+
$app->singleton(
3535
'Illuminate\Contracts\Console\Kernel',
3636
'App\Console\Kernel'
3737
);

0 commit comments

Comments
 (0)