From f74a82269b3e0eeeb87f070490523aff51b6a36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tobias=20de=20Freitas=20Neto?= Date: Fri, 25 Aug 2023 17:55:05 -0400 Subject: [PATCH] =?UTF-8?q?No=20momento=20nenhum=20config=20=C3=A9=20neces?= =?UTF-8?q?s=C3=A1rio=20dentro=20da=20lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/config.php b/src/config/config.php index caedf54..aef7655 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -9,7 +9,5 @@ */ return [ - 'logstash' => [ - 'environments' => env('LOGSTASH_ENVIRONMENTS', 'production') - ] + ];