|
@@ -475,7 +475,7 @@ class Database extends AbstractData
|
|
|
* @throws PDOException
|
|
* @throws PDOException
|
|
|
* @return array
|
|
* @return array
|
|
|
*/
|
|
*/
|
|
|
- private static function _select($sql, array $params, bool $firstOnly = false)
|
|
|
|
|
|
|
+ private static function _select($sql, array $params, $firstOnly = false)
|
|
|
{
|
|
{
|
|
|
$statement = self::$_db->prepare($sql);
|
|
$statement = self::$_db->prepare($sql);
|
|
|
$statement->execute($params);
|
|
$statement->execute($params);
|