From be3c30024ae89eb12c75474987e11d7b6e90bb37 Mon Sep 17 00:00:00 2001 From: Andre Bellafronte Date: Tue, 10 Sep 2019 23:02:53 -0300 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20de=20tipo=20de=20variavel?= =?UTF-8?q?=20referente=20a=20configuracao=20no=20construc=20do=20Bling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Core/Bling.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Bling.php b/src/Core/Bling.php index 44ba961..f0e5c48 100644 --- a/src/Core/Bling.php +++ b/src/Core/Bling.php @@ -20,7 +20,7 @@ abstract class Bling /** @var $namespace */ private $namespace; - public function __construct(array $configurations) + public function __construct($configurations) { $this->configurations = $configurations; $this->namespace = __NAMESPACE__ . '\\';