This commit is contained in:
Malibu
2015-02-25 19:48:34 +01:00
parent ecf963857b
commit 485f0019f0
3 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,7 @@ $app = new Illuminate\Foundation\Application(
|
*/
$app->singleton(
'Illuminate\Contracts\Http\Kernel',
'App\Http\Kernel'