From c4f3e7429a66b58df1ff55ffd8eb950368dca876 Mon Sep 17 00:00:00 2001 From: Zacharias Creutznacher Date: Mon, 17 Apr 2023 10:44:39 +0200 Subject: [PATCH] Update DateScopes.php --- src/DateScopes.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/DateScopes.php b/src/DateScopes.php index 0af2960..a268a80 100755 --- a/src/DateScopes.php +++ b/src/DateScopes.php @@ -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) @@ -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) * @@ -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