Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Jan 20, 2025
1 parent 5e6837d commit 7411c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __invoke()
continue;
}

dispatch(new $class(request()->json('resource'), $action))->afterResponse();
dispatch(new $class(request()->json('resource'), $action));
}

return response()->json([
Expand Down

0 comments on commit 7411c0a

Please sign in to comment.