mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 06:56:14 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
fcb3a72611
commit
a8f0e9f240
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user