mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-02-03 13:58:40 +00:00
Fix abstract implementation
This commit is contained in:
parent
60e6352ea1
commit
a32e6b75b8
|
|
@ -33,7 +33,7 @@ class Updater extends UpdaterAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function update(DatabasePool $dbPool, InfoManager $info)
|
||||
public static function update(DatabasePool $dbPool, InfoManager $info) : void
|
||||
{
|
||||
Directory::deletePath(__DIR__ . '/Update');
|
||||
mkdir('Update');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user