Fix DB
This commit is contained in:
parent
99243e23e1
commit
d98b5c62d9
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class DB
|
|||
/**
|
||||
* Метод расширяет PDO::prepare()
|
||||
*/
|
||||
public function prepare(string $query, array $params = [], array $options = null) /* : DBStatement|false */
|
||||
public function prepare(string $query, array $params = [], array $options = []) /* : DBStatement|false */
|
||||
{
|
||||
$map = $this->parse($query, $params);
|
||||
$start = \microtime(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue