Fix Cannot use object of type stdClass as array(PHP)
You are getting this error because you trying to access an object property, using the array square bracket or the object property is of the form 'user name' or 'user-name'.
Normally when we want to access an object in php, we make use of the arrow po...
teeque.hashnode.dev1 min read