chandachewe10 / loan-management-system

Loan Management Software
73 stars 57 forks source link

BadMethodCallException #27

Open mosesmwale opened 5 days ago

mosesmwale commented 5 days ago

When adding a new borrower, badmethodcall - Method Filament\Forms\Components\TextInput::relationship does not exist.

                Forms\Components\TextInput::make('added_by')

                ->prefixIcon('heroicon-o-user')

                ->relationship('added_by', 'name')

                ->preload()

                ->searchable()

                ->required(),
Mr69king commented 2 hours ago

@chandachewe10