* [refac] modify class comment.
This commit is contained in:
Vendored
+4
-5
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The model file of caselib module of ZenTaoPMS.
|
||||
* The model file of cache module of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
||||
* @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
||||
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||||
* @package caselib
|
||||
* @version $Id: model.php 5114 2013-07-12 06:02:59Z chencongzhi520@gmail.com $
|
||||
* @author Gang Liu <liugang@chandao.com>
|
||||
* @package cache
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
class cacheModel extends model
|
||||
|
||||
Reference in New Issue
Block a user