wupengfei 2 سال پیش
والد
کامیت
f88e232fa2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      thinkphp/library/think/cache/driver/Redis.php

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

@@ -23,6 +23,8 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
+
+
         'host'       => '127.0.0.1',
         'port'       => 6379,
         'password'   => 'hdl2022',