We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
I'm trying to do something like
$post->present()->created_at
I have a created_at function in my presenter class. But somehow it doesn't work. It works if I named my created_at as createdAt though.
Activity