You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running f95ba2 commit and it seems the accessor doesn't make any difference, setting a wrong function gives no errors, tried to add a die() inside and never get called..
The text was updated successfully, but these errors were encountered:
I've also tried to add the @accesstype("public_method") annotation, now it's calling getDateTIme() function, still not the one set by the Accessor annotation
@Narretz yeah thanks for the tips, the @groups annotation has been renamed since I've an entity called Group and I don't want to mix the names by error.
The issue was about some encoding or something really weird since the source code I've copied from works fine.
Retyped by hand and it worked fine!
Hi, in the entity I've this code:
I'm running f95ba2 commit and it seems the accessor doesn't make any difference, setting a wrong function gives no errors, tried to add a die() inside and never get called..
The text was updated successfully, but these errors were encountered: