mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
[L6] Update even more areas of codebase using custom model validation logic
This commit is contained in:
@@ -17,6 +17,6 @@ class UpdateNodeRequest extends StoreNodeRequest
|
||||
{
|
||||
$nodeId = $this->getModel(Node::class)->id;
|
||||
|
||||
return parent::rules(Node::getUpdateRulesForId($nodeId));
|
||||
return parent::rules(Node::getRulesForUpdate($nodeId));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user