mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-28 10:27:43 +02:00
Added Laravel Pint for formatting
This commit is contained in:
@@ -28,8 +28,8 @@ class UpdateDefaultAliasDomainRequest extends FormRequest
|
||||
'domain' => [
|
||||
'required',
|
||||
'string',
|
||||
Rule::in($this->user()->domainOptions())
|
||||
]
|
||||
Rule::in($this->user()->domainOptions()),
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user