Call to a member function makeGetUtility() on null
In v4 i get an error on this
was working fine on v3, any idea if something changed?
3 Replies
Haven't tested but looking at the docs, action() function accepts $record as a parameter, no Action needed as a parameter.
Source: https://filamentphp.com/docs/4.x/tables/actions#record-actions
remove
Get $get
What are you trying to do?Thanks, seems removing that unneeded $get sorted the issue