From d6a70e94c067334d91ae429cd53fd9b8fd16b578 Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 16:27:27 +0100 Subject: [PATCH] Update 07-inversion-of-control.md --- 07-inversion-of-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-inversion-of-control.md b/07-inversion-of-control.md index a5d82de..6149cc4 100644 --- a/07-inversion-of-control.md +++ b/07-inversion-of-control.md @@ -11,7 +11,7 @@ If this sounds a little complicated right now, don't worry. Just follow the tuto Change your `Homepage` controller to the following: ```php -