From d9b7885c432088dd68f8591444d80bbe576d526f Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 16:23:28 +0100 Subject: [PATCH] Updated code --- 06-dispatching-to-a-class.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06-dispatching-to-a-class.md b/06-dispatching-to-a-class.md index 3221f44..7df552a 100644 --- a/06-dispatching-to-a-class.md +++ b/06-dispatching-to-a-class.md @@ -11,7 +11,7 @@ We will need a descriptive name for the classes that handle the requests. For th Create a new folder inside the `src/` folder with the name `Controllers`.In this folder we will place all our controller classes. In there, create a `Homepage.php` file. ```php ->](07-inversion-of-control.md) \ No newline at end of file +[<< previous](05-router.md) | [next >>](07-inversion-of-control.md)