mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-27 12:38:39 +00:00
Fix templates
This commit is contained in:
parent
4241ed39a2
commit
36cb2cc1ad
0
Models/InstallModulePackage.php
Normal file
0
Models/InstallModulePackage.php
Normal file
45
Models/UpdatePackage.php
Normal file
45
Models/UpdatePackage.php
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.1
|
||||
*
|
||||
* @category TBD
|
||||
* @package TBD
|
||||
* @author OMS Development Team <dev@oms.com>
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link http://orange-management.com
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
namespace Modules\Admin\Models;
|
||||
|
||||
class UpdatePackage
|
||||
{
|
||||
public function __construct(string $src, string $dest)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected function unpack()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected function validated()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private function validateSignature()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private function validateVersion()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user