Skip to content

Instantly share code, notes, and snippets.

@ahmed-bhs
Last active October 6, 2018 19:20
Show Gist options
  • Save ahmed-bhs/44f0c73f45c3aa0f0d99d349ae1e4f7a to your computer and use it in GitHub Desktop.
Save ahmed-bhs/44f0c73f45c3aa0f0d99d349ae1e4f7a to your computer and use it in GitHub Desktop.
<?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