CS fixes
This commit is contained in:
@@ -24,20 +24,11 @@ $app = new Illuminate\Foundation\Application(
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$app->singleton(
|
$app->singleton('Illuminate\Contracts\Http\Kernel', 'CachetHQ\Cachet\Http\Kernel');
|
||||||
'Illuminate\Contracts\Http\Kernel',
|
|
||||||
'CachetHQ\Cachet\Http\Kernel'
|
|
||||||
);
|
|
||||||
|
|
||||||
$app->singleton(
|
$app->singleton('Illuminate\Contracts\Console\Kernel', 'CachetHQ\Cachet\Console\Kernel');
|
||||||
'Illuminate\Contracts\Console\Kernel',
|
|
||||||
'CachetHQ\Cachet\Console\Kernel'
|
|
||||||
);
|
|
||||||
|
|
||||||
$app->singleton(
|
$app->singleton('Illuminate\Contracts\Debug\ExceptionHandler', 'GrahamCampbell\Exceptions\ExceptionHandler');
|
||||||
'Illuminate\Contracts\Debug\ExceptionHandler',
|
|
||||||
'GrahamCampbell\Exceptions\ExceptionHandler'
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user