highlighted path

This commit is contained in:
vikin 2016-10-18 10:15:17 +08:00 committed by GitHub
parent 2dff596a4b
commit 739cb89630
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ currentMenu: routing-controller
Instead of defining all of your request handling logic as Closures in route files, you may wish to organize this behavior
using Controller classes. Controllers can group related request handling logic into a single class. Controllers are stored
in the Sources/App/Controllers directory.
in the `Sources/App/Controllers` directory.
# Basic Controller