Skip to content

Commit 7df40af

Browse files
author
Norman Kämper-Leymann
authored
#618 Fix pathutil not found
1 parent 1633104 commit 7df40af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/composer/ScriptHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Drupal\Core\Site\Settings;
1313
use DrupalFinder\DrupalFinder;
1414
use Symfony\Component\Filesystem\Filesystem;
15-
use Webmozart\PathUtil\Path;
15+
use Symfony\Component\Filesystem\Path;
1616

1717
class ScriptHandler {
1818

0 commit comments

Comments
 (0)