summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Services/ServerCheckService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ServerCheckService.php b/app/Services/ServerCheckService.php
index f9ff3ba1c5..a787c00d87 100644
--- a/app/Services/ServerCheckService.php
+++ b/app/Services/ServerCheckService.php
@@ -354,7 +354,7 @@ class ServerCheckService
if ($connection->getDriverName() === 'mysql') {
$rows = DB::select(
- "SELECT table_name FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'",[
+ "SELECT table_name FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'", [
$connection->getDatabaseName(),
mb_strlen($connection->getTablePrefix()),
$connection->getTablePrefix(),