belongsTo('App\Models\Webinar', 'webinar_id', 'id'); } public function user() { return $this->belongsTo('App\User', 'user_id', 'id'); } }