Created
September 15, 2014 13:23
-
-
Save ikwattro/46dfe42469e2d7ca1ea3 to your computer and use it in GitHub Desktop.
ext2
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 Acme\Integration\DependencyInjection; | |
use Acme\DependencyInjection\AcmeExtension; | |
class AcmeBundleExtension extends AcmeExtension | |
{ | |
public function load(array $configs, ContainerBuilder $container) | |
{ | |
parent::load($configs, $container); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment