From 1d8024a35f40297fe7df3f8ec0da2134bc901b2c Mon Sep 17 00:00:00 2001 From: kamil_wojtalak <48104288+KamilWojtalak@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:02:22 +0100 Subject: [PATCH] Add missing semicolon --- filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem.md b/filesystem.md index c90ee222e1b..c934b576157 100644 --- a/filesystem.md +++ b/filesystem.md @@ -375,7 +375,7 @@ The `lastModified` method returns the UNIX timestamp of the last time the file w The MIME type of a given file may be obtained via the `mimeType` method: - $mime = Storage::mimeType('file.jpg') + $mime = Storage::mimeType('file.jpg'); #### File Paths