mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Updated config after upgrade to Laravel 5.2
This commit is contained in:
10
config/compile.php
Normal file → Executable file
10
config/compile.php
Normal file → Executable file
@@ -13,14 +13,8 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'files' => [
|
||||
|
||||
realpath(__DIR__ . '/../app/Providers/AppServiceProvider.php'),
|
||||
realpath(__DIR__ . '/../app/Providers/BusServiceProvider.php'),
|
||||
realpath(__DIR__ . '/../app/Providers/ConfigServiceProvider.php'),
|
||||
realpath(__DIR__ . '/../app/Providers/EventServiceProvider.php'),
|
||||
realpath(__DIR__ . '/../app/Providers/RouteServiceProvider.php'),
|
||||
|
||||
'files' => [
|
||||
//
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user