#How to translate the relationship name in relation manager?
5 messages · Page 1 of 1 (latest)
#1156408281523310662 message
Thank you for marking this question as solved!
Learn more
Weirdly I'm having this error from PHP. I basically copied and pasted the method declaration from the RelationManager class which is also exactly the same declaration from the solution here. What's going on? Is this a bug with PHP? I'm using PHP 8.2, Laravel 10+ and Filament 3. Any thoughts?
I figured out... I forgot to import the "Model" abstract class. That's why. Silly PHP error...