type, RoleTypes::ADMIN_ROLES)) { return true; } return false; } /** * @param BookingObject $object * @return bool */ protected function validators($object): bool { return true; } /** * @param $object * @return bool */ protected function criteria($object): bool { return true; } }