From c76643a1b155353b9d69617b030aa2fd447d874e Mon Sep 17 00:00:00 2001 From: TK Lai Date: Tue, 25 Jun 2024 18:02:01 +0800 Subject: [PATCH] Update Laravel 9 & 10 documentation --- lib/docs/scrapers/laravel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/laravel.rb b/lib/docs/scrapers/laravel.rb index 9b3c0771..b0323817 100644 --- a/lib/docs/scrapers/laravel.rb +++ b/lib/docs/scrapers/laravel.rb @@ -30,7 +30,7 @@ module Docs HTML version '10' do - self.release = '10.13.0' + self.release = '10.48.14' self.root_path = '/api/10.x/index.html' self.initial_paths = %w(/docs/10.x/installation /api/10.x/classes.html) @@ -44,7 +44,7 @@ module Docs end version '9' do - self.release = '9.52.8' + self.release = '9.52.16' self.root_path = '/api/9.x/index.html' self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)