diff --git a/src/Response.php b/src/Response.php index 0daeff9..c24b7f4 100644 --- a/src/Response.php +++ b/src/Response.php @@ -262,7 +262,6 @@ protected function formatPaginatedResponse($resource, string $message = '', $cod return $this->response($this->formatData($data, $message, $code), $code, $headers, $option); } - /** * Format paginated data. *