mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
tests
This commit is contained in:
@ -43,7 +43,7 @@ public static function rules(Server $server): array
|
||||
{
|
||||
return [
|
||||
'name' => [
|
||||
'string',
|
||||
'required',
|
||||
'max:255',
|
||||
Rule::unique('servers')->where('project_id', $server->project_id)->ignore($server->id),
|
||||
],
|
||||
|
Reference in New Issue
Block a user