diff --git a/src/Support/HashidsManagerDecorator.php b/src/Support/HashidsManagerDecorator.php index 960c9da9..98134de0 100644 --- a/src/Support/HashidsManagerDecorator.php +++ b/src/Support/HashidsManagerDecorator.php @@ -80,7 +80,6 @@ public function encode(mixed ...$numbers): string return $result; } - /** * Dynamically pass method calls to the underlying resource. *