Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
correção de tipo de variavel referente a configuracao no construc do …
Browse files Browse the repository at this point in the history
…Bling
  • Loading branch information
andrekutianski committed Sep 11, 2019
1 parent c5b015a commit be3c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Bling.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ . '\\';
Expand Down

0 comments on commit be3c300

Please sign in to comment.