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 -