Skip to content

Commit 7f9c78c

Browse files
authored
Merge pull request #2271 from tklai/laravel-previous-version-update
Update Laravel 9 & 10 documentation
2 parents 2b63419 + c76643a commit 7f9c78c

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
@@ -44,7 +44,7 @@ class Laravel < UrlScraper
4444
end
4545

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

@@ -58,7 +58,7 @@ class Laravel < UrlScraper
5858
end
5959

6060
version '9' do
61-
self.release = '9.52.8'
61+
self.release = '9.52.16'
6262
self.root_path = '/api/9.x/index.html'
6363
self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)
6464

0 commit comments

Comments
 (0)