//Set rapsyspack.version key
$container->setParameter($alias.'.version', RapsysPackBundle::getVersion());
}
+
+ /**
+ * {@inheritdoc}
+ *
+ * @xxx Required by kernel to load renamed alias configuration
+ */
+ public function getAlias(): string {
+ return RapsysPackBundle::getAlias();
+ }
}