belongsTo(User::class, 'employer_id'); } /** * Get the sponsor that created the announcement. */ public function sponsor() { return $this->belongsTo(Sponsor::class, 'sponsor_id'); } }