mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
New class name.
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user