cmgmyr / laravel-messenger

Simple user messaging package for Laravel
MIT License
2.46k stars 517 forks source link

getting "Trying to get property of non-object" #104

Closed ghost closed 8 years ago

ghost commented 8 years ago

getting ErrorException in Thread.php line 87: Trying to get property of non-object because of {!! $thread->creator()->name !!}

which is connected to this

public function creator() { return $this->messages()->oldest()->first()->user; }

any ideas why this is happening?

JoanVt commented 8 years ago

Read my last comment.

https://github.com/cmgmyr/laravel-messenger/issues/103