mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
Add load balancer (#453)
This commit is contained in:
@ -34,7 +34,7 @@ public function data(array $input): array
|
||||
|
||||
public function editRules(array $input): array
|
||||
{
|
||||
return [];
|
||||
return $this->createRules($input);
|
||||
}
|
||||
|
||||
protected function progress(int $percentage): void
|
||||
|
Reference in New Issue
Block a user