-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #3993 [Console] Fix Console component getHelperSet()->get() to …
…getHelper() (eko) This PR was merged into the 2.3 branch. Discussion ---------- [Console] Fix Console component getHelperSet()->get() to getHelper() | Q | A | | ---------------- |:---------:| | Doc fix? | Yes | | New docs? | No | | Applies to | 2.3 | | Fixed tickets | No | On Console component, I've fixed the following calls: ```php $this->getHelperSet()->get('dialog'); ``` to: ```php $this->getHelper('dialog'); ``` This is related to original PR #3952 Commits ------- 9207f68 [Console] Fix Console component getHelperSet()->get() to getHelper()
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
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