We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4429d8a commit 18276b4Copy full SHA for 18276b4
core/config/app.php
@@ -112,5 +112,20 @@
112
'Helper' => EvolutionCMS\Facades\HelperProcessor::class,
113
'UserManager' => EvolutionCMS\UserManager\Facades\UserManager::class,
114
'DocumentManager' => EvolutionCMS\DocumentManager\Facades\DocumentManager::class,
115
- ]
+ ],
116
+
117
+ /*
118
+ |--------------------------------------------------------------------------
119
+ | The application's global HTTP middleware stack
120
121
+ |
122
+ | These core middleware are run during every request to your application.
123
+ | You should not edit this list,
124
+ | for custom middleware see file core/custom/config/middleware.php.
125
126
+ */
127
128
+ 'middleware' => [
129
+ Illuminate\Session\Middleware\StartSession::class,
130
131
];
0 commit comments