zhangwei #5

Merged
weiz merged 3 commits from zhangwei into master 2023-09-20 17:16:22 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b82813e5ec - Show all commits

View File

@ -36,7 +36,7 @@ class SystemValidate extends BaseValidate
public function sceneEdit(): SystemValidate public function sceneEdit(): SystemValidate
{ {
return $this->only(['id','_name','url','status']); return $this->only(['id','name','url','status']);
} }
public function sceneDetail(): SystemValidate public function sceneDetail(): SystemValidate