Skip to content

Commit

Permalink
Merge branch 'main' of github.com:toni-suarez/laravel-utm-parameter i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
toni-suarez committed Jun 20, 2024
2 parents d2c958d + 03b5f02 commit 235e08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Providers/UtmParameterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ public function boot()
Blade::if('containsNotUtm', function (string $key, string|null $value = null) {
return contains_not_utm($key, $value);
});

}
}

0 comments on commit 235e08e

Please sign in to comment.