laravel-blog icon indicating copy to clipboard operation
laravel-blog copied to clipboard

fix mistake: author not rendered in single post view

Open NanoUser3000 opened this issue 2 years ago • 0 comments

The $post variable in full post detail view is of class PostTranslation, $post->author doesn't exist.

On the other hand, $post->post->author is what was probably meant

NanoUser3000 avatar Jul 04 '23 13:07 NanoUser3000