Add missing Path class required for link tool

This commit is contained in:
Yonel Ceruto
2025-11-19 11:15:26 +01:00
parent 09f0743ab2
commit 4465ec9bcf

1
link
View File

@@ -14,6 +14,7 @@ require __DIR__.'/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.
require __DIR__.'/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php';
require __DIR__.'/src/Symfony/Component/Filesystem/Exception/IOException.php';
require __DIR__.'/src/Symfony/Component/Filesystem/Filesystem.php';
require __DIR__.'/src/Symfony/Component/Filesystem/Path.php';
use Symfony\Component\Filesystem\Filesystem;