mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-01 09:48:40 +00:00
Fix abstract implementation
This commit is contained in:
parent
5d1b1158f0
commit
372acd2569
|
|
@ -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