Created
October 6, 2018 19:16
-
-
Save ahmed-bhs/0e1d7302e699955b0eb32806f19ba17a 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 | |
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