Closed ghost closed 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?
Read my last comment.
https://github.com/cmgmyr/laravel-messenger/issues/103
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?