Skip to content

Commit e292e50

Browse files
Merge branch '7.3' into 7.4
* 7.3: Add missing Path class required for `link` tool
2 parents 2bd6d59 + 2f43c8f commit e292e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

link

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require __DIR__.'/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.
1414
require __DIR__.'/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php';
1515
require __DIR__.'/src/Symfony/Component/Filesystem/Exception/IOException.php';
1616
require __DIR__.'/src/Symfony/Component/Filesystem/Filesystem.php';
17+
require __DIR__.'/src/Symfony/Component/Filesystem/Path.php';
1718

1819
use Symfony\Component\Filesystem\Filesystem;
1920

0 commit comments

Comments
 (0)