From f0261e553a675ae97e87ebf1f896e96a1d3300c1 Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Wed, 2 Oct 2019 11:07:38 -0300 Subject: [PATCH] removed broken link removed link "* [Learning about Dependency Injection and PHP](http://ralphschindler.com/2011/05/18/learning-about-dependency-injection-and-php)" that is broken and doesn`t have another alternative for it. --- _posts/06-05-01-Further-Reading.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/06-05-01-Further-Reading.md b/_posts/06-05-01-Further-Reading.md index 8545a80..de622ee 100644 --- a/_posts/06-05-01-Further-Reading.md +++ b/_posts/06-05-01-Further-Reading.md @@ -5,7 +5,6 @@ anchor: further_reading ## Further Reading {#further_reading_title} -* [Learning about Dependency Injection and PHP](http://ralphschindler.com/2011/05/18/learning-about-dependency-injection-and-php) * [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection) * [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html) * [Dependency Injection: Huh?](https://code.tutsplus.com/tutorials/dependency-injection-huh--net-26903)