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

Commit

Permalink
nova correcao
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekutianski committed Sep 11, 2019
1 parent be3c300 commit a760c27
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($configurations)
public function __construct(array $configurations)
{
$this->configurations = $configurations;
$this->namespace = __NAMESPACE__ . '\\';
Expand Down

0 comments on commit a760c27

Please sign in to comment.