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