From f257a1795c2833ba751f228e6fd07ce122656913 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Tue, 16 Jul 2024 12:10:11 +0200 Subject: [PATCH] Add required config.php file --- Config/config.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Config/config.php diff --git a/Config/config.php b/Config/config.php new file mode 100644 index 0000000..0545767 --- /dev/null +++ b/Config/config.php @@ -0,0 +1,9 @@ + + */ + +return [ + 'name' => 'MMFCustomersGroups' +];