aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/Model/NotePrivacyInteractors.php
diff options
context:
space:
mode:
Diffstat (limited to 'WpfTest/Model/NotePrivacyInteractors.php')
-rw-r--r--WpfTest/Model/NotePrivacyInteractors.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/WpfTest/Model/NotePrivacyInteractors.php b/WpfTest/Model/NotePrivacyInteractors.php
deleted file mode 100644
index 917d90a..0000000
--- a/WpfTest/Model/NotePrivacyInteractors.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-namespace WpfTest\Model;
-
-enum NotePrivacyInteractors: string {
- case ALL = 'all';
- case FOLLOWERS = 'followers';
- case MUTUALS = 'mutuals';
- case NONE = 'none';
-} \ No newline at end of file