songxingwei 2 년 전
부모
커밋
1015193d21
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      thinkphp/library/think/cache/driver/Redis.php

+ 1 - 0
thinkphp/library/think/cache/driver/Redis.php

@@ -34,6 +34,7 @@ class Redis extends Driver
         'serialize'  => true,
     ];
 
+
     /**
      * 架构函数
      * @access public