mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reorder offset attribute
This commit is contained in:
parent
9448dd73ce
commit
0dbaaa60e1
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue