Skip to content

Commit

Permalink
Develop (#10)
Browse files Browse the repository at this point in the history
* - added blade directives: `hasUtm` and `hasNotUtm`

* - fixed code styling

* - updated to laravel 11

* - updated composer.json

* - updated github actions

* - updated github actions

* - update

* - fix

* - code improvements
- added config

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
toni-suarez and StyleCIBot committed Jun 20, 2024
1 parent 77fac5b commit dd83446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/UtmParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function handle(Request $request, Closure $next)
*
* @param \Illuminate\Http\Request $request
*
* @return bool
* @return \Illuminate\Http\Request
*/
protected function shouldAcceptUtmParameter(Request $request)
{
Expand Down
5 changes: 5 additions & 0 deletions src/config/utm-parameter.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'override_utm_parameters' => false
];

0 comments on commit dd83446

Please sign in to comment.