Skip to content

Commit c4f3e74

Browse files
authored
Update DateScopes.php
1 parent c5eb9e6 commit c4f3e74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/DateScopes.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
/**
88
* @method static Builder ofLastUnit(string $dateUnit, int $value, DateRange $customRange = null)
9-
* @method static Builder ofJustNow()
109
*
10+
* @method static Builder ofJustNow()
1111
* @method static Builder ofLastSecond()
1212
* @method static Builder ofLast15Seconds(DateRange $customRange = null)
1313
* @method static Builder ofLast30Seconds(DateRange $customRange = null)
@@ -62,6 +62,9 @@
6262
* @method static Builder ofLastDecade()
6363
* @method static Builder ofLastDecades(int $decades, DateRange $customRange = null)
6464
*
65+
* @method static Builder ofLastCentury()
66+
* @method static Builder ofLastCenturies(int $decades, DateRange $customRange = null)
67+
*
6568
* @method static Builder ofLastMillennium()
6669
* @method static Builder ofLastMillenniums(int $millennium, DateRange $customRange = null)
6770
*
@@ -74,6 +77,7 @@
7477
* @method static Builder quarterToDate()
7578
* @method static Builder yearToDate()
7679
* @method static Builder decadeToDate()
80+
* @method static Builder centuryToDate()
7781
* @method static Builder millenniumToDate()
7882
*/
7983
trait DateScopes

0 commit comments

Comments
 (0)