user(); } public function rules(): array { return [ 'client' => 'nullable|string|max:64', ]; } }