From 8f42bb59adfb64a80ec27ee8a1dc91dbd4cd9460 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 9 Oct 2014 19:18:45 +0200 Subject: [PATCH] added missing sentence --- 8-dependency-injector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-dependency-injector.md b/8-dependency-injector.md index 8c3fac4..7ad36f6 100644 --- a/8-dependency-injector.md +++ b/8-dependency-injector.md @@ -6,7 +6,7 @@ A dependency injector resolves the dependencies of your class and makes sure tha There is only one injector that I can recommend: [Auryn](https://github.com/rdlowrey/Auryn). Sadly all the alternatives that I am aware of are using the [service locator antipattern](http://blog.ploeh.dk/2010/02/03/ServiceLocatorisanAnti-Pattern/). -Create a new file called `Dependencies.php` in your `src/` folder. In there add the following content: +Install the Auryn package and then create a new file called `Dependencies.php` in your `src/` folder. In there add the following content: ```php