From 27fe81c6340bbac8ff031030164e01e42741c042 Mon Sep 17 00:00:00 2001 From: kj Date: Sat, 18 Apr 2020 14:22:21 -0400 Subject: [PATCH] change resetQuery to protected. --- src/Libs/ModelMySQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libs/ModelMySQL.php b/src/Libs/ModelMySQL.php index ed820cf..d3dd0fc 100644 --- a/src/Libs/ModelMySQL.php +++ b/src/Libs/ModelMySQL.php @@ -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' => '',