script import utilisateurs

This commit is contained in:
2018-08-20 11:26:30 +02:00
parent b1592b3884
commit 900a384597
6 changed files with 485 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?php
/*
* Copyright (C) 2014-2016 Julien Fastré <julien.fastre@champs-libres.coop>
* Copyright (C) 2014-2018 Julien Fastré <julien.fastre@champs-libres.coop>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -108,6 +108,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
$loader->load('services/security.yml');
$loader->load('services/notification.yml');
$loader->load('services/redis.yml');
$loader->load('services/command.yml');
}
public function getConfiguration(array $config, ContainerBuilder $container)