From 6202bc81630069775ee7ed4de253fa697bce2de8 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 9 Oct 2023 04:50:13 +0300 Subject: [PATCH] fix namespace --- src/Calendar/Month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calendar/Month.php b/src/Calendar/Month.php index ccb6719..fa19207 100644 --- a/src/Calendar/Month.php +++ b/src/Calendar/Month.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace YGGverse\Graph\Calendar; +namespace Yggverse\Graph\Calendar; class Month {