belongsTo(User::class, 'author_id'); } /** Authoring user */ public function object() { return $this->morphTo(); } }