Properties are lazy loaded and not accessible as public variable, use getter when available, ex : $blog->getUser(), $post->getExcerpt()...
$blog->getUser(), $post->
Last updated 2 years ago
Was this helpful?