Skip to content

Commit

Permalink
Merge branch 'minute-range-trait' of github.com:vormkracht10/laravel-…
Browse files Browse the repository at this point in the history
…google-analytics into minute-range-trait
  • Loading branch information
Baspa committed Aug 4, 2023
2 parents d03b4cb + 108404f commit 37146ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Google/MinuteRangeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function setMinuteRanges(...$items): self
$this->minuteRanges[] = new MinuteRange([
'name' => $item['name'],
'start_minutes_ago' => $item['start'],
'end_minutes_ago' => $item['end']
'end_minutes_ago' => $item['end'],
]);
}

Expand Down

0 comments on commit 37146ee

Please sign in to comment.