From 6318a565ec55168ddbd1c86040cdcf87d0119967 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Wed, 12 Aug 2026 15:53:02 -0400 Subject: [PATCH] remove required() --- src/Potter/Environment/Behaviour.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Potter/Environment/Behaviour.php b/src/Potter/Environment/Behaviour.php index cebc557..f753bd4 100644 --- a/src/Potter/Environment/Behaviour.php +++ b/src/Potter/Environment/Behaviour.php @@ -19,7 +19,6 @@ trait Behaviour self::addEnvironment($container); $environment = self::getEnvironment($container); $environment->load(); - $environment->required(['APPLICATION_NAME']); } private static function getEnvironment(Container $container): \Dotenv\Dotenv