feat: add WatchListTrigger Entity

This commit is contained in:
Maël Gangloff
2024-07-20 23:14:03 +02:00
parent 1b0f54806c
commit 86aa1d2f3f
6 changed files with 189 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Config;
enum TriggerAction: string
{
case SendEmail = 'email';
}