summaryrefslogtreecommitdiff
path: root/src/Types/PresenceState.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types/PresenceState.php')
-rw-r--r--src/Types/PresenceState.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Types/PresenceState.php b/src/Types/PresenceState.php
deleted file mode 100644
index 26eeac6..0000000
--- a/src/Types/PresenceState.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-namespace App\Types;
-
-enum PresenceState: string
-{
- case ONLINE = "online";
- case OFFLINE = "offline";
- case UNAVAILABLE = "unavailable";
-}