Skip to content

Commit feb346d

Browse files
Update filesystem.rst
1 parent 7afa87f commit feb346d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endpoint for filesystem operations::
2828
try {
2929
$fs->mkdir('/tmp/random/dir/' . mt_rand());
3030
} catch (IOException $e) {
31-
echo "An error occurred while creating your directory at ".$e.getPath();
31+
echo "An error occurred while creating your directory at ".$e->getPath();
3232
}
3333

3434
.. note::

0 commit comments

Comments
 (0)