Skip to content

Commit

Permalink
Add support for JsonResponse and RedirectResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinGanesh authored Feb 11, 2021
1 parent 55abb12 commit 67a2745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/InteractsWithHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Orion\Concerns;

use Illuminate\Http\Response;
use Symfony\Component\HttpFoundation\Response;

trait InteractsWithHooks
{
Expand Down

0 comments on commit 67a2745

Please sign in to comment.