fly 4 năm trước cách đây
mục cha
commit
c553f766be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     {