We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d94ce0 commit b67e277Copy full SHA for b67e277
configuration/micro_kernel_trait.rst
@@ -305,6 +305,9 @@ Now it looks like this::
305
// (use 'annotation' as the second argument if you define routes as annotations)
306
$routes->import(__DIR__.'/Controller/', 'attribute');
307
}
308
+
309
+ // optionally, you can define the getCacheDir() and getLogDir() methods
310
+ // to override the default locations for these directories
311
312
313
Before continuing, run this command to add support for the new dependencies:
0 commit comments