Skip to content

Commit

Permalink
Remove duplicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Mar 24, 2023
1 parent 6c64be6 commit b37e100
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Period.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ public static function years(int $years): self
return new self($startDate, $endDate);
}

public static function custom(Carbon $startDate, Carbon $endDate): self
{
return new self($startDate, $endDate);
}

public static function since(Carbon $startDate): self
{
return new self($startDate, Carbon::today());
Expand Down

0 comments on commit b37e100

Please sign in to comment.