mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Convert some constants to enums
This commit is contained in:
parent
793d832e92
commit
531e3600ea
14 changed files with 93 additions and 248 deletions
7
lib/ArtworkStatus.php
Normal file
7
lib/ArtworkStatus.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
enum ArtworkStatus: string{
|
||||
case Unverified = 'unverified';
|
||||
case Declined = 'declined';
|
||||
case Approved = 'approved';
|
||||
case InUse = 'in_use';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue