Skip to content

Instantly share code, notes, and snippets.

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