Skip to content

Instantly share code, notes, and snippets.

@ahmed-bhs
Created October 6, 2018 19:16
Show Gist options
  • Save ahmed-bhs/0e1d7302e699955b0eb32806f19ba17a to your computer and use it in GitHub Desktop.
Save ahmed-bhs/0e1d7302e699955b0eb32806f19ba17a to your computer and use it in GitHub Desktop.
<?php
namespace Portal\Common\Infrastructure\Symfony\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
class AppContextExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
{
dump('it work');die;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment