'boolean', ]; } public function employees(): HasMany { return $this->hasMany(Employee::class); } public function users(): HasMany { return $this->hasMany(User::class); } }