From 5ede514395d9821134bcc66baf35c2a3c1a1b4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Marinetti?= Date: Wed, 15 Jan 2025 23:50:08 +0100 Subject: [PATCH] Fix deprecation --- src/Types/CarbonDateType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/CarbonDateType.php b/src/Types/CarbonDateType.php index b0369578..56fcccd5 100644 --- a/src/Types/CarbonDateType.php +++ b/src/Types/CarbonDateType.php @@ -13,7 +13,7 @@ class CarbonDateType extends DateType /** * {@inheritDoc} */ - public function getName() + public function getName(): string { return self::CARBONDATE; }