feat: add GANDI provider

This commit is contained in:
Maël Gangloff
2024-08-06 03:38:00 +02:00
parent da1ae4cb8e
commit a603a2c7a0
10 changed files with 226 additions and 27 deletions

View File

@@ -5,4 +5,5 @@ namespace App\Config;
enum ConnectorProvider: string
{
case OVH = 'ovh';
case GANDI = 'gandi';
}