fly 4 years ago
parent
commit
c553f766be
1 changed files with 1 additions and 1 deletions
  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)
     {