[ 'source' => 'name' ] ]; } public function user() { return $this->belongsTo(User::class); } public function comments() { return $this->hasMany(Comment::class); } }