morphTo(); } public function author() { /// Select ID , Name , ProfilePhoto /// Change By Saleh return $this->belongsTo('App\User','author_id')->select(['id','name']); } }