From 32a9e944509316212823cd781491535a950e8e77 Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 16:30:51 +0100 Subject: [PATCH] added strict mode --- 08-dependency-injector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08-dependency-injector.md b/08-dependency-injector.md index d7e583f..4469392 100644 --- a/08-dependency-injector.md +++ b/08-dependency-injector.md @@ -9,7 +9,7 @@ There is only one injector that I can recommend: [Auryn](https://github.com/rdlo Install the Auryn package and then create a new file called `Dependencies.php` in your `src/` folder. In there add the following content: ```php -