Page MenuHomeDevCentral

D386.diff
No OneTemporary

D386.diff

diff --git a/bootstrap/app.php b/bootstrap/app.php
--- a/bootstrap/app.php
+++ b/bootstrap/app.php
@@ -27,18 +27,18 @@
*/
$app->singleton(
- 'Illuminate\Contracts\Http\Kernel',
- 'AuthGrove\Http\Kernel'
+ Illuminate\Contracts\Http\Kernel::class,
+ AuthGrove\Http\Kernel::class
);
$app->singleton(
- 'Illuminate\Contracts\Console\Kernel',
- 'AuthGrove\Console\Kernel'
+ Illuminate\Contracts\Console\Kernel::class,
+ AuthGrove\Console\Kernel::class
);
$app->singleton(
- 'Illuminate\Contracts\Debug\ExceptionHandler',
- 'AuthGrove\Exceptions\Handler'
+ Illuminate\Contracts\Debug\ExceptionHandler::class,
+ AuthGrove\Exceptions\Handler::class
);
/*

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 18:42 (22 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249728
Default Alt Text
D386.diff (682 B)

Event Timeline