Il manquait plein de fichiers dans Git

This commit is contained in:
2021-11-05 21:52:08 +01:00
parent ebb1376015
commit 50b55fba14
47 changed files with 3945 additions and 992 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace PurgeFakeCustomer;
use Thelia\Module\BaseModule;
class PurgeFakeCustomer extends BaseModule
{
/** @var string */
const DOMAIN_NAME = 'purgefakecustomer';
}