From 7e07790e7633eacffc8477656c3c41d34d88d5da Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 27 Sep 2014 16:58:34 +0200 Subject: [PATCH] refactored to match earlier changes in different part --- 8-dependency-injector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8-dependency-injector.md b/8-dependency-injector.md index ef7e2d1..43a3657 100644 --- a/8-dependency-injector.md +++ b/8-dependency-injector.md @@ -67,7 +67,7 @@ $class->$method($vars); Now all your controller constructor dependencies will be automatically resolved with Auryn. -Go back to your `HelloWorldController.php` and change it to the following: +Go back to your `HelloWorldPresenter.php` and change it to the following: ```php