diff --git a/src/Traits/HasRoles.php b/src/Traits/HasRoles.php index 829afde2..3737b557 100644 --- a/src/Traits/HasRoles.php +++ b/src/Traits/HasRoles.php @@ -163,7 +163,7 @@ private function collectRoles(...$roles): array /** * Assign the given role to the model. * - * @param array|string|int|Role|Collection ...$roles + * @param array|string|int|Role|Collection|\BackedEnum ...$roles * @return $this */ public function assignRole(...$roles)