Open azerioid opened 1 month ago
@azerioid could you please give a more detailed example?
@glushkovds when i use $query = Users:select()->paginate(10); return: Error: Call to undefined method PhpClickHouseLaravel\Builder::paginate() in file
Unfortunately, this functionality has not yet been implemented.
You can use limit
method.
Or suggest your own implementation of these methods.
The paginate(), simplePaginate(), and cursorPaginate() methods are not returning expected results when used with an Eloquent model.