RelationManager shows "Class must be declared abstract or implement method 'getTableQueryForExport'"
In my RelationManagers my code editor shows "Class must be declared abstract or implement method 'getTableQueryForExport'". Never saw this before. Any ideas why?
6 Replies
do you also have that error when checking the browser or is it your editor only
Hey @Patrick1989 , Thanks for your reply. It's just my editor, but wasnt there before. Cant figure out what triggered it to appear
hehe ye can't really help with that sorry
Sounds like you need to update filament or you are missing a trait on your class.
Thx @awcodes , I will try the update later
Solution
Update solved it, but still no clue why it appeared randomly