error: Array to string conversion

i am getting the error 'Array to string conversion' in this code:

Forms\Components\FileUpload::make('image')
                                            ->columnSpan('full')
                                            ->image()
                                            ->imageEditor()
                                            ->panelLayout('grid')
                                            ->multiple()
                                            ->directory('brands')
                                            ->maxFiles(5)
                                            ->reorderable()
                                            ->preserveFilenames(),


how do i fix this???
Was this page helpful?