$args */ public function getUpdateRules(array $args): array { return [ 'sometimes', 'required', 'integer', 'min:360', 'max:1080', ]; } }