user()->first(); } function commentable() { return $this->morphTo('commentable'); } public function user() { return $this->belongsTo(User::class, 'user_id'); } }