Last active
October 6, 2018 19:20
-
-
Save ahmed-bhs/138174d8cd4a5ecff55f7c38f232bd28 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 | |
//AppKernel.php | |
class AppKernel extends Kernel | |
{ | |
//... | |
protected function build(ContainerBuilder $container) | |
{ | |
$container->registerExtension(new \Portal\Common\Infrastructure\Symfony\DependencyInjection\AppExtension()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment