From 0dbaaa60e12571ab133f22952bf6c19706f9dc64 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 3 Aug 2024 21:07:04 +0300 Subject: [PATCH] reorder offset attribute --- src/Model/Database/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Database/Auth.php b/src/Model/Database/Auth.php index a2f495ca..47bb4c7a 100644 --- a/src/Model/Database/Auth.php +++ b/src/Model/Database/Auth.php @@ -100,8 +100,8 @@ class Auth public function match( string $request = '', - int $start = 0, - int $limit = 1000 + int $limit = 1000, + int $start = 0 ): array { $query = $this->_connection->prepare(