Skip to content

Commit

Permalink
- fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez committed Mar 13, 2024
1 parent 8cfd8df commit 0c357d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Middleware/UtmParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Closure;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Suarez\UtmParameter\UtmParameter;

class UtmParameters
Expand Down Expand Up @@ -32,7 +31,7 @@ public function handle(Request $request, Closure $next)
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Response $response
*
* @return bool
* @return \Illuminate\Http\Request
*/
protected function shouldAcceptUtmParameter(Request $request)
{
Expand Down

0 comments on commit 0c357d1

Please sign in to comment.