App\Filament\Pages\Tenancy\EditTeamProfile does not implement methods 'getAction', 'getAct
I have this page to edit tenants (copied from the docs):
The error says I haven't implemented required classes.
To “fix” this error, I've created the following:
The error says I haven't implemented required classes.
To “fix” this error, I've created the following:
Solution
Oh my bad, my IDE might have indexed the files wrong. After removing the methods and reloading a couple times everything still worked.