From a8f0e9f2402ae48d40b044ce96c2dfe251274d2b Mon Sep 17 00:00:00 2001 From: luceos Date: Fri, 30 Jul 2021 08:59:27 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/src/Foundation/Console/InfoCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/src/Foundation/Console/InfoCommand.php b/framework/core/src/Foundation/Console/InfoCommand.php index c61e179f3..f994f6bee 100644 --- a/framework/core/src/Foundation/Console/InfoCommand.php +++ b/framework/core/src/Foundation/Console/InfoCommand.php @@ -158,6 +158,7 @@ class InfoCommand extends AbstractCommand { /** @var MySqlConnection $connection */ $connection = resolve(ConnectionInterface::class); + return $connection->getPdo()->getAttribute(\PDO::ATTR_SERVER_VERSION); } }