3 namespace Wallabag\ImportBundle
;
5 use Symfony\Component\HttpKernel\Bundle\Bundle
;
6 use Symfony\Component\DependencyInjection\ContainerBuilder
;
7 use Wallabag\ImportBundle\Import\ImportCompilerPass
;
9 class WallabagImportBundle
extends Bundle
11 public function build(ContainerBuilder
$container)
13 parent
::build($container);
15 $container->addCompilerPass(new ImportCompilerPass());