Skip to content

Commit a7f48c4

Browse files
Add missing semicolon (#9108)
1 parent 7daaacc commit a7f48c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The `lastModified` method returns the UNIX timestamp of the last time the file w
375375

376376
The MIME type of a given file may be obtained via the `mimeType` method:
377377

378-
$mime = Storage::mimeType('file.jpg')
378+
$mime = Storage::mimeType('file.jpg');
379379

380380
<a name="file-paths"></a>
381381
#### File Paths

0 commit comments

Comments
 (0)