order the type alphabetically

Improve also the form "TranslatableActivityType" to use the
TranslatableStringHelper.
This commit is contained in:
2016-03-09 20:54:38 +01:00
parent 97df048dfb
commit 1ab0b95e74
5 changed files with 163 additions and 10 deletions

View File

@@ -47,6 +47,7 @@ class ChillActivityExtension extends Extension implements PrependExtensionInterf
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
$loader->load('services/repositories.yml');
}
public function prepend(ContainerBuilder $container)