Skip to content

Commit

Permalink
- fixed static non-static function
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez committed Jun 21, 2024
1 parent 8d728d0 commit 33625f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UtmParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function clear()
*
* @return array
*/
protected static function getParameter(Request $request)
protected function getParameter(Request $request)
{
$allowedKeys = config('utm-parameter.allowed_utm_parameters', [
'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content'
Expand Down

0 comments on commit 33625f9

Please sign in to comment.