Skip to content

Commit c76643a

Browse files
committed
Update Laravel 9 & 10 documentation
1 parent e96ee10 commit c76643a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/laravel.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Laravel < UrlScraper
3030
HTML
3131

3232
version '10' do
33-
self.release = '10.13.0'
33+
self.release = '10.48.14'
3434
self.root_path = '/api/10.x/index.html'
3535
self.initial_paths = %w(/docs/10.x/installation /api/10.x/classes.html)
3636

@@ -44,7 +44,7 @@ class Laravel < UrlScraper
4444
end
4545

4646
version '9' do
47-
self.release = '9.52.8'
47+
self.release = '9.52.16'
4848
self.root_path = '/api/9.x/index.html'
4949
self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)
5050

0 commit comments

Comments
 (0)