Removed controller action injection from the list of features in the guide and translations

This commit is contained in:
Alexander Makarov
2016-02-07 12:10:30 +03:00
parent 42b8569846
commit 357845ac31
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ dependency injection:
* Constructor injection;
* Setter and property injection;
* PHP callable injection;
* Controller action injection.
### Constructor Injection <span id="constructor-injection"></span>