change resetQuery to protected.
This commit is contained in:
parent
5d2612214d
commit
27fe81c634
@ -82,7 +82,7 @@ class ModelMySQL {
|
|||||||
/*
|
/*
|
||||||
* Reinicia la configuración de la sentencia SQL.
|
* Reinicia la configuración de la sentencia SQL.
|
||||||
*/
|
*/
|
||||||
private static function resetQuery() {
|
protected static function resetQuery() {
|
||||||
static::$querySelect = [
|
static::$querySelect = [
|
||||||
'select' => '*',
|
'select' => '*',
|
||||||
'where' => '',
|
'where' => '',
|
||||||
|
Loading…
Reference in New Issue
Block a user