mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 15:18:43 +00:00
Fix code implementation
This commit is contained in:
parent
fc2bca41d0
commit
b8ffdb1175
|
|
@ -20,7 +20,7 @@ use phpOMS\System\File\Directory;
|
|||
use phpOMS\Module\InfoManager;
|
||||
|
||||
/**
|
||||
* Navigation class.
|
||||
* Updater class.
|
||||
*
|
||||
* @package Modules
|
||||
* @license OMS License 1.0
|
||||
|
|
@ -30,13 +30,4 @@ use phpOMS\Module\InfoManager;
|
|||
class Updater extends UpdaterAbstract
|
||||
{
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function update(DatabasePool $dbPool, InfoManager $info) : void
|
||||
{
|
||||
Directory::deletePath(__DIR__ . '/Update');
|
||||
mkdir('Update');
|
||||
parent::update($dbPool, $info);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user