Skip to content

Commit fa81e3d

Browse files
authored
Update components/filesystem.rst
1 parent d4307f7 commit fa81e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/filesystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ The method handles multiple scenarios correctly:
394394

395395
- Works with any number of arguments::
396396

397-
echo Path::join('/var', 'www', 'vhost', 'webmozart', 'config', 'config.ini');
398-
// => /var/www/vhost/webmozart/config/config.ini
397+
echo Path::join('/var', 'www', 'vhost', 'symfony', 'config', 'config.ini');
398+
// => /var/www/vhost/symfony/config/config.ini
399399

400400
Converting Absolute/Relative Paths
401401
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)