We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aec50 commit fa6ea6fCopy full SHA for fa6ea6f
1 file changed
config/app.php
@@ -130,20 +130,6 @@
130
'duration' => '+1 years',
131
'url' => env('CACHE_CAKEMODEL_URL', null),
132
],
133
-
134
- /*
135
- * Configure the cache for routes. The cached routes collection is built the
136
- * first time the routes are processed through `config/routes.php`.
137
- * Duration will be set to '+2 seconds' in bootstrap.php when debug = true
138
- */
139
- '_cake_routes_' => [
140
- 'className' => FileEngine::class,
141
- 'prefix' => 'myapp_cake_routes_',
142
- 'path' => CACHE,
143
- 'serialize' => true,
144
- 'duration' => '+1 years',
145
- 'url' => env('CACHE_CAKEROUTES_URL', null),
146
- ],
147
148
149
/*
0 commit comments