|string> */ public function rules(): array { return [ 'expires_in_minutes' => ['nullable', 'integer', 'min:1', 'max:120'], ]; } }