change resetQuery to protected.
This commit is contained in:
		| @@ -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'     => '', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user