Skip to content

Commit

Permalink
feat: period macroable
Browse files Browse the repository at this point in the history
  • Loading branch information
Muetze42 committed Jan 3, 2024
1 parent 4a899b8 commit 0f34d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Period.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
use DateTimeInterface;
use Google\Analytics\Data\V1beta\DateRange;
use Spatie\Analytics\Exceptions\InvalidPeriod;
use Illuminate\Support\Traits\Macroable;

class Period
{
use Macroable;

public DateTimeInterface $startDate;

public DateTimeInterface $endDate;
Expand Down

0 comments on commit 0f34d9e

Please sign in to comment.