chore: adds enum for monitor types
This commit is contained in:
10
src/Monitor/MonitorTypes.php
Normal file
10
src/Monitor/MonitorTypes.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Monitor;
|
||||||
|
|
||||||
|
enum MonitorTypes: string
|
||||||
|
{
|
||||||
|
case TV_EPISODE = "tvepisode";
|
||||||
|
case TV_SEASON = "tvseason";
|
||||||
|
case TV_SERIES = "tvseries";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user