Skip to content

Commit

Permalink
DP-509: Fixup redirect response
Browse files Browse the repository at this point in the history
  • Loading branch information
tomonorman committed Jun 7, 2022
1 parent abf920a commit 7c6e9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/RestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use DreamFactory\Core\Exceptions\NotFoundException;
use DreamFactory\Core\Utility\ResourcesWrapper;
use DreamFactory\Core\Utility\ResponseFactory;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Illuminate\Http\RedirectResponse;
use Symfony\Component\HttpFoundation\StreamedResponse;

/**
Expand Down

0 comments on commit 7c6e9b5

Please sign in to comment.