Skip to content

Commit 07f3001

Browse files
don't need to mention laravel 8+ here
1 parent 70d6e87 commit 07f3001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/collections/pages/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class CustomCacher extends AbstractCacher
691691

692692
The REST API is rate limited to **60 requests per minute** by default.
693693

694-
You can change this configuration in your `RouteServiceProvider`. Learn more about [Laravel 8+ rate limiting](https://laravel.com/docs/master/rate-limiting).
694+
You can change this configuration in your `RouteServiceProvider`. Learn more about [rate limits in Laravel](https://laravel.com/docs/master/rate-limiting).
695695

696696
```php
697697
// app/Providers/RouteServiceProvider.php

0 commit comments

Comments
 (0)