From 739cb89630bb104c1b648c8ef747e662c11bc9d1 Mon Sep 17 00:00:00 2001 From: vikin <986465329@qq.com> Date: Tue, 18 Oct 2016 10:15:17 +0800 Subject: [PATCH] highlighted path --- routing/controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/controller b/routing/controller index aa6b7932..e1a8393e 100644 --- a/routing/controller +++ b/routing/controller @@ -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