From 94e944f3d258f24cedaa7ff21d7f06070a439f5c Mon Sep 17 00:00:00 2001 From: ReWiG Date: Thu, 17 Jul 2025 09:29:23 +0300 Subject: [PATCH] Update pennant.md --- pennant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pennant.md b/pennant.md index 0978d2cf..fba936b8 100644 --- a/pennant.md +++ b/pennant.md @@ -1,5 +1,5 @@ --- -git: e5abed8708ebe7e51820e3062629dbec5407607c +git: 3b2df518ad4702fcf8e956abf83ac173a6ce071b --- @@ -497,7 +497,7 @@ return Feature::for($user)->active('new-api') ```php use App\Models\Team; -use Carbon\Carbon; +use Illuminate\Support\Carbon; use Illuminate\Support\Lottery; use Laravel\Pennant\Feature;