Blog-System-in-Laravel icon indicating copy to clipboard operation
Blog-System-in-Laravel copied to clipboard

Create a User don´t work

Open spacepcde opened this issue 6 years ago • 2 comments

ErrorException (E_NOTICE) Trying to get property 'id' of non-object

spacepcde avatar Jan 13 '19 18:01 spacepcde

this has not been answered please i need an answer to this

Chinaru1 avatar Sep 03 '19 09:09 Chinaru1

Is your query returning array or object? If you dump it out, you might find that it's an array and all you need is an array access ([]) instead of an object access (->). trying to like this $article->poster['name']

pxmmpd avatar Jan 01 '24 11:01 pxmmpd