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.
|
||||
*/
|
||||
private static function resetQuery() {
|
||||
protected static function resetQuery() {
|
||||
static::$querySelect = [
|
||||
'select' => '*',
|
||||
'where' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user