mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28:40 +00:00
Namespace fixes
This commit is contained in:
parent
ca3bfa4abb
commit
5d4d2a3f95
|
|
@ -18,7 +18,7 @@ namespace Modules\Draw\Admin;
|
|||
|
||||
use phpOMS\DataStorage\Database\Pool;
|
||||
use phpOMS\Module\UpdateAbstract;
|
||||
use phpOMS\System\FileSystem;
|
||||
use phpOMS\System\File\Directory;
|
||||
|
||||
/**
|
||||
* Navigation class.
|
||||
|
|
@ -39,7 +39,7 @@ class Update extends UpdateAbstract
|
|||
*/
|
||||
public static function update(Pool $dbPool, array $info)
|
||||
{
|
||||
FileSystem::deletePath(__DIR__ . '/Update');
|
||||
Directory::deletePath(__DIR__ . '/Update');
|
||||
mkdir('Update');
|
||||
parent::update($dbPool, $info);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user