> */ public function rules(): array { return [ 'name' => ['nullable', 'string', 'max:255'], 'file' => ['required', 'file', 'max:20480'], ]; } }