Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750046
D386.id925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
682 B
Referenced Files
None
Subscribers
None
D386.id925.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 20:25 (21 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249728
Default Alt Text
D386.id925.diff (682 B)
Attached To
Mode
D386: Upgrade Laravel bootstrap code to 5.2 style
Attached
Detach File
Event Timeline
Log In to Comment