mirror of
https://github.com/symfony/symfony.git
synced 2026-03-24 00:32:15 +01:00
Add missing Path class required for link tool
This commit is contained in:
1
link
1
link
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user