|string> */ public function rules(): array { return [ 'file' => 'required|file|max:100000' ]; } }