From 7aa5877492cf6ee7b35f835b2dad2efbe57be38e Mon Sep 17 00:00:00 2001 From: kj Date: Mon, 11 May 2020 03:13:32 -0400 Subject: [PATCH] Replaced tabs to spaces. --- src/Libs/ModelMySQL.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Libs/ModelMySQL.php b/src/Libs/ModelMySQL.php index 38e4ed2..eb999d6 100644 --- a/src/Libs/ModelMySQL.php +++ b/src/Libs/ModelMySQL.php @@ -68,11 +68,11 @@ class ModelMySQL { if ($db->errno) { echo ''; throw new \Exception( - "\nFallo al consultar la base de datos\n" . - "Errno: $db->errno\n" . - "Error: $db->error\n" . - "Query: $query\n" - ); + "\nFallo al consultar la base de datos\n" . + "Errno: $db->errno\n" . + "Error: $db->error\n" . + "Query: $query\n" + ); } return $result;