Skip to content

Commit b67e277

Browse files
committed
Minor tweak
1 parent 0d94ce0 commit b67e277

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration/micro_kernel_trait.rst

+3
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ Now it looks like this::
305305
// (use 'annotation' as the second argument if you define routes as annotations)
306306
$routes->import(__DIR__.'/Controller/', 'attribute');
307307
}
308+
309+
// optionally, you can define the getCacheDir() and getLogDir() methods
310+
// to override the default locations for these directories
308311
}
309312

310313
Before continuing, run this command to add support for the new dependencies:

0 commit comments

Comments
 (0)