|
@@ -67,7 +67,7 @@ class Database extends AbstractData
|
|
|
* @throws Exception
|
|
* @throws Exception
|
|
|
* @return Database
|
|
* @return Database
|
|
|
*/
|
|
*/
|
|
|
- public static function getInstance($options = null)
|
|
|
|
|
|
|
+ public static function getInstance(array $options)
|
|
|
{
|
|
{
|
|
|
// if needed initialize the singleton
|
|
// if needed initialize the singleton
|
|
|
if (!(self::$_instance instanceof self)) {
|
|
if (!(self::$_instance instanceof self)) {
|