From b1add840723810cb594a02bdac3387fe69c113f1 Mon Sep 17 00:00:00 2001 From: burki94 Date: Mon, 6 Apr 2015 13:12:37 +0200 Subject: [PATCH] Update 08-dependency-injector.md Auryn\Provider was replaced with Auryn\Injector --- 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 ffd2a61..d2dd08e 100644 --- a/08-dependency-injector.md +++ b/08-dependency-injector.md @@ -11,7 +11,7 @@ Install the Auryn package and then create a new file called `Dependencies.php` i ```php alias('Http\Response', 'Http\HttpResponse'); $injector->share('Http\HttpRequest'); @@ -94,4 +94,4 @@ As you can see now the class has two dependencies. Try to access the page with a Congratulations, you have now successfully laid the groundwork for your application. -[<< previous](07-inversion-of-control.md) | [next >>](09-templating.md) \ No newline at end of file +[<< previous](07-inversion-of-control.md) | [next >>](09-templating.md)