]> Raphaƫl G. Git Repositories - packbundle/blobdiff - DependencyInjection/RapsysPackExtension.php
Set bundle alias
[packbundle] / DependencyInjection / RapsysPackExtension.php
index 5397036876f65a11a5ab899c58aea423977d2d6b..7d660000e870b6679c0c9658c5cd714f87bcd336 100644 (file)
@@ -38,4 +38,11 @@ class RapsysPackExtension extends Extension {
                //Get configuration instance with resolved web path
                return new Configuration($container->getParameter('kernel.project_dir').'/web/');
        }
+
+       /**
+        * {@inheritdoc}
+        */
+       public function getAlias() {
+               return 'rapsys_pack';
+       }
 }