Browse Source

reorder offset attribute

PHP-GTK3
yggverse 4 months ago
parent
commit
0dbaaa60e1
  1. 4
      src/Model/Database/Auth.php

4
src/Model/Database/Auth.php

@ -100,8 +100,8 @@ class Auth @@ -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(

Loading…
Cancel
Save