mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-14 15:58:41 +00:00
rector fixes + bug fixes
This commit is contained in:
parent
b83fcec0f6
commit
e55be2ad54
|
|
@ -57,7 +57,7 @@ final class Installer extends InstallerAbstract
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$app->dbPool->get()->con->query('select 1 from `nav`');
|
$app->dbPool->get()->con->query('select 1 from `nav`');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $_) {
|
||||||
return []; // @codeCoverageIgnore
|
return []; // @codeCoverageIgnore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user