diff options
Diffstat (limited to 'WpfTest/Model/NotePrivacyInteractors.php')
| -rw-r--r-- | WpfTest/Model/NotePrivacyInteractors.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WpfTest/Model/NotePrivacyInteractors.php b/WpfTest/Model/NotePrivacyInteractors.php index ff4d7fa..917d90a 100644 --- a/WpfTest/Model/NotePrivacyInteractors.php +++ b/WpfTest/Model/NotePrivacyInteractors.php @@ -1,9 +1,9 @@ <?php namespace WpfTest\Model; -enum NotePrivacyInteractors { - case all; - case followers; - case mutuals; - case none; +enum NotePrivacyInteractors: string { + case ALL = 'all'; + case FOLLOWERS = 'followers'; + case MUTUALS = 'mutuals'; + case NONE = 'none'; }
\ No newline at end of file |
