File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ The pagination can now be enabled or disabled by adding a query parameter named
219219- `GET /books?pagination=true` : enabled
220220
221221Any value accepted by the
222- [`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.filters.validate. php) filter can be
223- used as the value.
222+ [`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.constants. php#constant. filter-validate-bool)
223+ filter can be used as the value.
224224
225225# #### Allowing the Client to Control Pagination Globally with Laravel
226226
@@ -248,8 +248,8 @@ The pagination can now be enabled or disabled by adding a query parameter named
248248- `GET /books?pagination=true` : enabled
249249
250250Any value accepted by the
251- [`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.filters.validate. php) filter can be
252- used as the value.
251+ [`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.constants. php#constant. filter-validate-bool)
252+ filter can be used as the value.
253253
254254# ### Allowing the Client to Control Pagination For a Specific Resource
255255
You can’t perform that action at this time.
0 commit comments