fly 4 年 前
コミット
c553f766be
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Controllers/BaseControllerConfig.php

+ 1 - 1
src/Controllers/BaseControllerConfig.php

@@ -19,7 +19,7 @@ use General\Models\Channel\ChannelUsersInner;
  */
 trait BaseControllerConfig
 {
-    private $field = [];
+    protected $field = [];
 
     public function __get($name)
     {