This commit is contained in:
Yuri Kuznetsov
2023-02-17 16:28:31 +02:00
parent 9b63470e9a
commit da7fc9d6a0
12 changed files with 65 additions and 87 deletions
@@ -3666,7 +3666,7 @@ abstract class BaseQueryComposer implements QueryComposer
}
/**
* Add a LIMIT part to a SQL query.
* Add a LIMIT part to an SQL query.
*/
abstract protected function limit(string $sql, ?int $offset = null, ?int $limit = null): string;
}