belongsTo(Worker::class, 'worker_id'); } public function announcement() { return $this->belongsTo(Announcement::class, 'announcement_id'); } }