'integer']; } public function manager(): BelongsTo { return $this->belongsTo(User::class, 'manager_id'); } }