Skip to content

Commit

Permalink
- fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez committed Jun 19, 2024
1 parent 5a39426 commit 26ca113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Http/Middleware/CheckUtmParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ public function handle(Request $request, Closure $next)
* Determines whether the given request/response pair should accept UTM-Parameters.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Response $response
*
* @return \Illuminate\Http\Request
* @return bool
*/
protected function shouldAcceptUtmParameter(Request $request)
{
Expand Down

0 comments on commit 26ca113

Please sign in to comment.