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