belongsTo(User::class, 'created_by'); } public function jobPostings() { return $this->hasMany(JobPosting::class); } }