reorder offset attribute

This commit is contained in:
yggverse 2024-08-03 21:07:04 +03:00
parent 9448dd73ce
commit 0dbaaa60e1

View file

@ -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(