更新关联删除
This commit is contained in:
parent
57ad0556a2
commit
aa5958b3b8
|
@ -119,7 +119,7 @@ class LandValidate extends BaseValidate
|
|||
*/
|
||||
public function sceneDelete()
|
||||
{
|
||||
return $this->only(['id'])->append('id', 'require|checkLand');;
|
||||
return $this->only(['id'])->append('id', 'require|checkLand');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue