mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-28 16:18:40 +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 {
|
||||
$app->dbPool->get()->con->query('select 1 from `nav`');
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Exception $_) {
|
||||
return []; // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user