Skip to content

Commit

Permalink
cache 缺少一个 arrOption 属性 #23
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangmin Liu committed Jun 9, 2017
1 parent 572d7a1 commit a7a1a01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/queryyetsimple/cache/abstracts/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
*/
abstract class cache {

/**
* 缓存配置
*
* @var array
*/
protected $arrOption = [ ];

/**
* 缓存服务句柄
*
Expand Down

0 comments on commit a7a1a01

Please sign in to comment.