New class name.

This commit is contained in:
James Cole
2017-01-30 16:21:01 +01:00
parent 29f763d4e4
commit 395aaad9c6
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class Kernel extends ConsoleKernel
*/ */
protected $bootstrappers protected $bootstrappers
= [ = [
'Illuminate\Foundation\Bootstrap\DetectEnvironment', 'Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables',
'Illuminate\Foundation\Bootstrap\LoadConfiguration', 'Illuminate\Foundation\Bootstrap\LoadConfiguration',
'FireflyIII\Bootstrap\ConfigureLogging', 'FireflyIII\Bootstrap\ConfigureLogging',
'Illuminate\Foundation\Bootstrap\HandleExceptions', 'Illuminate\Foundation\Bootstrap\HandleExceptions',

View File

@@ -48,7 +48,7 @@ class Kernel extends HttpKernel
*/ */
protected $bootstrappers protected $bootstrappers
= [ = [
'Illuminate\Foundation\Bootstrap\DetectEnvironment', 'Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables',
'Illuminate\Foundation\Bootstrap\LoadConfiguration', 'Illuminate\Foundation\Bootstrap\LoadConfiguration',
'FireflyIII\Bootstrap\ConfigureLogging', 'FireflyIII\Bootstrap\ConfigureLogging',
'Illuminate\Foundation\Bootstrap\HandleExceptions', 'Illuminate\Foundation\Bootstrap\HandleExceptions',