From cf917bee7897d029b53c96a3153122965d483251 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 29 Dec 2013 22:41:02 +0400 Subject: [PATCH] moved section --- docs/guide/controller.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/controller.md b/docs/guide/controller.md index 4b088f4..193fe37 100644 --- a/docs/guide/controller.md +++ b/docs/guide/controller.md @@ -247,9 +247,6 @@ Catching all incoming requests TBD -See also --------- - Custom response class --------------------- @@ -273,4 +270,7 @@ class SiteController extends Controller } ``` +See also +-------- + - [Console](console.md)