From ae21edd5bbd44ffcb663719822924c30948f7db8 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Wed, 12 Aug 2026 16:12:23 -0400 Subject: [PATCH] remove has --- src/Potter/Environment.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Potter/Environment.php b/src/Potter/Environment.php index b311249..6284925 100644 --- a/src/Potter/Environment.php +++ b/src/Potter/Environment.php @@ -26,9 +26,4 @@ trait Environment { return $container->get(Dotenv::class); } - - private static function hasEnvironment(Container $container): bool - { - return $container->has(Dotenv::class); - } }