mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Move enums into their own namespace
This commit is contained in:
parent
c3c588cc1b
commit
be5574eaec
45 changed files with 164 additions and 154 deletions
|
@ -13,11 +13,11 @@
|
|||
}
|
||||
|
||||
switch($artwork->Status){
|
||||
case ArtworkStatusType::Unverified:
|
||||
case Enums\ArtworkStatusType::Unverified:
|
||||
$class .= ' unverified';
|
||||
break;
|
||||
|
||||
case ArtworkStatusType::Declined:
|
||||
case Enums\ArtworkStatusType::Declined:
|
||||
$class .= ' declined';
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue