Browse Source

no message

durong 5 years ago
parent
commit
c21fa566ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/ConfigController.php

+ 1 - 1
app/Http/Controllers/ConfigController.php

@@ -121,7 +121,7 @@ class ConfigController extends Controller
             ],
             ],
             //行为绑定用户
             //行为绑定用户
             'behavior_binding_users'=>[
             'behavior_binding_users'=>[
-                0=>'所有用户'
+                '0'=>'所有用户'
             ]
             ]
         ];
         ];
     }
     }