connection */ $stmt = $this->connection->query("SELECT 1"); $dbResult = $stmt->fetch(); return $this->json([ 'http' => true, 'database' => (bool) $dbResult[0] ]); } }