Skip to content

Commit

Permalink
Update DateScopes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz authored Apr 17, 2023
1 parent c5eb9e6 commit c4f3e74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/DateScopes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

/**
* @method static Builder ofLastUnit(string $dateUnit, int $value, DateRange $customRange = null)
* @method static Builder ofJustNow()
*
* @method static Builder ofJustNow()
* @method static Builder ofLastSecond()
* @method static Builder ofLast15Seconds(DateRange $customRange = null)
* @method static Builder ofLast30Seconds(DateRange $customRange = null)
Expand Down Expand Up @@ -62,6 +62,9 @@
* @method static Builder ofLastDecade()
* @method static Builder ofLastDecades(int $decades, DateRange $customRange = null)
*
* @method static Builder ofLastCentury()
* @method static Builder ofLastCenturies(int $decades, DateRange $customRange = null)
*
* @method static Builder ofLastMillennium()
* @method static Builder ofLastMillenniums(int $millennium, DateRange $customRange = null)
*
Expand All @@ -74,6 +77,7 @@
* @method static Builder quarterToDate()
* @method static Builder yearToDate()
* @method static Builder decadeToDate()
* @method static Builder centuryToDate()
* @method static Builder millenniumToDate()
*/
trait DateScopes
Expand Down

0 comments on commit c4f3e74

Please sign in to comment.