File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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)
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 *
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 */
7983trait DateScopes
You can’t perform that action at this time.
0 commit comments