Skip to content

Commit

Permalink
Switch to Packaged HTTP (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Feb 6, 2020
1 parent f8fb987 commit f538855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/ResourceFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Packaged\Dispatch\Resources\Video\MpegResource;
use Packaged\Dispatch\Resources\Video\QuicktimeResource;
use Packaged\Dispatch\Resources\Video\WebmResource;
use Symfony\Component\HttpFoundation\Response;
use Packaged\Http\Response;
use function array_keys;
use function file_exists;
use function file_get_contents;
Expand Down

0 comments on commit f538855

Please sign in to comment.