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( public function match(
string $request = '', string $request = '',
int $start = 0, int $limit = 1000,
int $limit = 1000 int $start = 0
): array ): array
{ {
$query = $this->_connection->prepare( $query = $this->_connection->prepare(