mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 17:06:54 +01:00
chore(tests): UT for UpgradeDatabase
Remove unneeded upgrades Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* sysPass
|
||||
@@ -87,4 +88,9 @@ abstract class ModuleBase implements ModuleInterface
|
||||
$this->eventDispatcher->attach($this->providersHelper->getAclHandler());
|
||||
$this->eventDispatcher->attach($this->providersHelper->getNotificationHandler());
|
||||
}
|
||||
|
||||
protected function checkUpgradeNeeded(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user