Fix constant names for object status

This commit is contained in:
Joshua Ramon Enslin 2022-10-09 23:52:56 +02:00
parent 8256231b9c
commit 023d5d0ba9
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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',