Update DataBase.php
Resolving 500 erreur on Curl sms send for contact
This commit is contained in:
parent
538d242f18
commit
52fa2c3908
|
@ -272,7 +272,7 @@
|
|||
'name' => $name
|
||||
);
|
||||
|
||||
return $this->runQuery($query, $params, SELF::FETCH);
|
||||
return $this->runQuery($query, $params, self::FETCH);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue