改进组设置

This commit is contained in:
Wisp X
2022-01-24 15:58:42 +08:00
parent ed91764fd5
commit 035e1d140b
3 changed files with 3 additions and 3 deletions
@@ -23,7 +23,7 @@ class GroupController extends Controller
\Illuminate\Support\Facades\View::share([
'default' => Group::getDefaultConfigs(),
'positions' => Group::POSITIONS,
'scanAliyunScenes' => Group::SCENES,
'scenes' => Group::SCENES,
]);
}