Skip to content

Commit

Permalink
Make method protected
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Dec 13, 2022
1 parent f3d1f71 commit 801962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/MVC/Controller/BaseController.php
Expand Up @@ -1046,7 +1046,7 @@ protected function releaseEditId($context, $id)
*
* @since __DEPLOY_VERSION__
*/
public function getLogger()
protected function getLogger()
{
// If a logger hasn't been set, use NullLogger
if (!($this->logger instanceof LoggerInterface)) {
Expand Down

0 comments on commit 801962d

Please sign in to comment.