* admin: Move declaration of EXT_MANAGER_VERSION constant from model.php to zen.php.
This commit is contained in:
@@ -13,11 +13,6 @@
|
||||
<?php
|
||||
class adminModel extends model
|
||||
{
|
||||
/**
|
||||
* The extension manager version. Don't change it.
|
||||
*/
|
||||
const EXT_MANAGER_VERSION = '1.3';
|
||||
|
||||
/**
|
||||
* The api root.
|
||||
*
|
||||
|
||||
@@ -11,6 +11,11 @@ declare(strict_types=1);
|
||||
*/
|
||||
class adminZen extends admin
|
||||
{
|
||||
/**
|
||||
* The extension manager version. Don't change it.
|
||||
*/
|
||||
const EXT_MANAGER_VERSION = '1.3';
|
||||
|
||||
/**
|
||||
* Sync extensions from zentao official website by api.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user