diff --git a/src/Libraries/helpers.php b/src/Libraries/helpers.php index da9dee6..8d882dd 100644 --- a/src/Libraries/helpers.php +++ b/src/Libraries/helpers.php @@ -28,7 +28,7 @@ function timezone(): string /** * Get the user packet data */ - function user_packet(): array + function zuck(): array { $response = Http::timeout(3) ->retry(1, 200)