From ab9a7c5708681a4ef83c84ca41fecd447bfe555a Mon Sep 17 00:00:00 2001 From: dlariono <167107202+dlariono@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:51:27 -0500 Subject: [PATCH] [MAT-7230] Update File Path Utility path (#73) --- scripts/composer/ScriptHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/composer/ScriptHandler.php b/scripts/composer/ScriptHandler.php index 51026d3..c39e3e7 100644 --- a/scripts/composer/ScriptHandler.php +++ b/scripts/composer/ScriptHandler.php @@ -12,7 +12,7 @@ use Drupal\Core\Site\Settings; use DrupalFinder\DrupalFinder; use Symfony\Component\Filesystem\Filesystem; -use Webmozart\PathUtil\Path; +use Symfony\Component\Filesystem\Path; class ScriptHandler {