Add required config.php file

This commit is contained in:
Antoine Le Gonidec 2024-07-16 12:10:11 +02:00
parent b2383e5432
commit f257a1795c
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

9
Config/config.php Normal file
View file

@ -0,0 +1,9 @@
<?php
/*
SPDX-License-Identifier: AGPL-3.0-only
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
*/
return [
'name' => 'MMFCustomersGroups'
];