Skip to content

Commit 6ae66e6

Browse files
committed
fix(tool): [link] add missing Path class
1 parent b476a41 commit 6ae66e6

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
@@ -19,6 +19,7 @@ require __DIR__.'/vendor/symfony/filesystem/Exception/ExceptionInterface.php';
1919
require __DIR__.'/vendor/symfony/filesystem/Exception/IOExceptionInterface.php';
2020
require __DIR__.'/vendor/symfony/filesystem/Exception/IOException.php';
2121
require __DIR__.'/vendor/symfony/filesystem/Filesystem.php';
22+
require __DIR__.'/vendor/symfony/filesystem/Path.php';
2223

2324
use Symfony\Component\Filesystem\Filesystem;
2425

0 commit comments

Comments
 (0)