HOR-4547: Array to convert string

This commit is contained in:
Paula Quispe
2018-05-10 12:17:34 -04:00
parent 70cf6340e1
commit 4c30fb217d
2 changed files with 16 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ class Configurations // extends Configuration
*
* @return void
*/
public function Configurations()
public function __construct()
{
$this->Configuration = new Configuration();
}