-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor #204 Replace AbstractController with ControllerTrait & Conta…
…inerAwareInterface (pamil) This PR was merged into the 1.7-dev branch. Discussion ---------- We can't use `AbstractController` if we want to keep BC - `AbstractController` requires a service locator with predefined dependencies and `ResourceController` requires a container with all public services for BC purposes. Commits ------- 3cf7a05 Replace AbstractController with ControllerTrait & ContainerAwareInterface
- Loading branch information
Showing
7 changed files
with
465 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.