first commit
This commit is contained in:
17
application/common/model/Storage.php
Normal file
17
application/common/model/Storage.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// +------------------------------------------------+
|
||||
// |http://www.cjango.com |
|
||||
// +------------------------------------------------+
|
||||
// | 修复BUG不是一朝一夕的事情,等我喝醉了再说吧! |
|
||||
// +------------------------------------------------+
|
||||
// | Author: 小陈叔叔 <Jason.Chen> |
|
||||
// +------------------------------------------------+
|
||||
namespace app\common\model;
|
||||
|
||||
class Storage extends _Init
|
||||
{
|
||||
/**
|
||||
* 关闭更新时间写入
|
||||
*/
|
||||
protected $updateTime = false;
|
||||
}
|
||||
Reference in New Issue
Block a user