$args */ public function getUpdateRules(array $args): array { return [ 'sometimes', 'required', 'string', 'max:192', ]; } }