Skip to content

Commit 15df934

Browse files
committed
Remove dependency on Deprecated Webmozart\PathUtil\Path
1 parent 60bddef commit 15df934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
namespace Bolt\Article;
66

77
use Bolt\Common\Json;
8+
use Symfony\Component\Filesystem\Path;
89
use Twig\Extension\AbstractExtension;
910
use Twig\TwigFunction;
10-
use Webmozart\PathUtil\Path;
1111

1212
class TwigExtension extends AbstractExtension
1313
{

0 commit comments

Comments
 (0)