- $container->setParameter(self::getAlias(), $config);
- }
-
- /**
- * {@inheritdoc}
- */
- public function getAlias(): string {
- return RapsysUserBundle::getAlias();
- }
-
- /**
- * The function that parses the array to flatten it into a one level depth array
- *
- * @param $array The config values array
- * @param $path The current key path
- * @param $depth The maxmium depth
- * @param $sep The separator string
- */
- /*protected function flatten($array, $path = '', $depth = 10, $sep = '.') {
- //Init res
- $res = array();