10 lines
184 B
PHP
10 lines
184 B
PHP
|
<?php
|
||
|
/*
|
||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||
|
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'name' => 'MMFCustomersGroups'
|
||
|
];
|