feat: NotOccupiedCity constraint

This commit is contained in:
2023-08-05 07:59:26 +00:00
parent 895b134cd0
commit eccd883edc
2 changed files with 41 additions and 0 deletions
@@ -156,6 +156,10 @@ class ConstraintHelper{
return [__FUNCTION__];
}
static function NotOccupiedCity():array{
return [__FUNCTION__];
}
static function NotOccupiedDestCity():array{
return [__FUNCTION__];
}