Fix constant names for object status
This commit is contained in:
parent
8256231b9c
commit
023d5d0ba9
|
@ -11,9 +11,9 @@ declare(strict_types = 1);
|
|||
*/
|
||||
final class MDObjectStatusSet extends MDValueSet {
|
||||
|
||||
const DEFAULT_OBJECT_STATUS_TYPE = 'owned';
|
||||
const DEFAULT_OBJECT_STATUS = 'owned';
|
||||
|
||||
const OBJECT_STATUS_TYPES = [
|
||||
const OBJECT_STATUS = [
|
||||
'owned',
|
||||
'permanent_loan',
|
||||
'borrowed',
|
||||
|
|
Loading…
Reference in New Issue
Block a user