Skip to content

Commit 485b88d

Browse files
authored
Merge pull request #111 from Filoz/patch-1
Replace Webmozart\PathUtil\ with Symfony\Component\Filesystem
2 parents db28c43 + 2e60e0f commit 485b88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/EventSubscriber/FileUploadHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Form\Form;
1515
use Symfony\Component\HttpFoundation\File\UploadedFile;
1616
use Tightenco\Collect\Support\Collection;
17-
use Webmozart\PathUtil\Path;
17+
use Symfony\Component\Filesystem\Path;
1818

1919
class FileUploadHandler implements EventSubscriberInterface
2020
{

0 commit comments

Comments
 (0)