From 961205946ec04f7ffaffa98b32c5ad9fed7a4f19 Mon Sep 17 00:00:00 2001 From: Lorenzo Sapora <25519274+LorenzoSapora@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:30:32 +0100 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 08b9b7a9..3b830329 100644 --- a/readme.md +++ b/readme.md @@ -294,7 +294,7 @@ Images::make('Image 1', 'img1') ->temporary(now()->addMinutes(5)) Files::make('Multiple files', 'multiple_files') - ->temporary(now()->addMinutes(10), + ->temporary(now()->addMinutes(10)), ``` **Note**: This feature does not work with the existing media feature.