WIP on loan order

This commit is contained in:
2023-11-26 17:36:17 +05:00
parent 392136dc9b
commit 11ad96e5d8
13 changed files with 306 additions and 293 deletions

View File

@@ -27,4 +27,12 @@ class MarriageRepo
self::SINGLE => __('Single'),
];
}
/**
* Default marriage value
*/
public static function default(): string
{
return self::MARRIED;
}
}