Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');

<a name="file-paths"></a>
#### File Paths
Expand Down