* admin: Move declaration of EXT_MANAGER_VERSION constant from model.php to zen.php.

This commit is contained in:
liugang
2023-05-16 10:59:05 +08:00
parent e21108d6e0
commit 9668e8b5f7
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -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.
*
+5
View File
@@ -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.
*