mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -158,6 +158,7 @@ class InfoCommand extends AbstractCommand
|
|||||||
{
|
{
|
||||||
/** @var MySqlConnection $connection */
|
/** @var MySqlConnection $connection */
|
||||||
$connection = resolve(ConnectionInterface::class);
|
$connection = resolve(ConnectionInterface::class);
|
||||||
|
|
||||||
return $connection->getPdo()->getAttribute(\PDO::ATTR_SERVER_VERSION);
|
return $connection->getPdo()->getAttribute(\PDO::ATTR_SERVER_VERSION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user