belongsTo(Department::class); } public function creator(): BelongsTo { return $this->belongsTo(User::class, 'created_by'); } }