Rapsys Git
/
packbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update to new symfony 4.x style
[packbundle]
/
DependencyInjection
/
RapsysPackExtension.php
diff --git
a/DependencyInjection/RapsysPackExtension.php
b/DependencyInjection/RapsysPackExtension.php
index 5397036876f65a11a5ab899c58aea423977d2d6b..7d660000e870b6679c0c9658c5cd714f87bcd336 100644
(file)
--- a/
DependencyInjection/RapsysPackExtension.php
+++ b/
DependencyInjection/RapsysPackExtension.php
@@
-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';
+ }
}