Skip to content

Commit

Permalink
API Use Symfony's Path class
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 12, 2024
1 parent 0875c77 commit b2343e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilenameParsing/AbstractFileIDHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use SilverStripe\Core\Convert;
use SilverStripe\Core\Injector\Injectable;
use SilverStripe\Core\Path;
use Symfony\Component\Filesystem\Path;

abstract class AbstractFileIDHelper implements FileIDHelper
{
Expand Down

0 comments on commit b2343e5

Please sign in to comment.