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:
Solution:Jump to solution
Oh my bad, my IDE might have indexed the files wrong. After removing the methods and reloading a couple times everything still worked.
3 Replies
These methods are required by the
HasActions
trait. In the class Filament\Pages\BasePage
which is extended by Filament\Pages\Tenancy\EditTenantProfile
Solution
Oh my bad, my IDE might have indexed the files wrong. After removing the methods and reloading a couple times everything still worked.
My bad