Skip to content

Commit

Permalink
Remove dependency on Deprecated Webmozart\PathUtil\Path
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Aug 12, 2022
1 parent 60bddef commit 15df934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace Bolt\Article;

use Bolt\Common\Json;
use Symfony\Component\Filesystem\Path;
use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;
use Webmozart\PathUtil\Path;

class TwigExtension extends AbstractExtension
{
Expand Down

0 comments on commit 15df934

Please sign in to comment.