Add required config.php file
This commit is contained in:
parent
b2383e5432
commit
f257a1795c
1 changed files with 9 additions and 0 deletions
9
Config/config.php
Normal file
9
Config/config.php
Normal 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'
|
||||
];
|
Loading…
Reference in a new issue