Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created September 15, 2014 13:23
Show Gist options
  • Save ikwattro/46dfe42469e2d7ca1ea3 to your computer and use it in GitHub Desktop.
Save ikwattro/46dfe42469e2d7ca1ea3 to your computer and use it in GitHub Desktop.
ext2
<?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