Last active
October 6, 2018 19:20
-
-
Save ahmed-bhs/44f0c73f45c3aa0f0d99d349ae1e4f7a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?php | |
protected function getContainerExtensionClass() | |
{ | |
$basename = preg_replace('/Bundle$/', '', $this->getName()); | |
return $this->getNamespace().'\\DependencyInjection\\'.$basename.'Extension'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment