mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-26 01:25:06 +02:00
Upgrade to Laravel 9
This commit is contained in:
@@ -32,9 +32,9 @@ class StoreDomainRequest extends FormRequest
|
||||
'string',
|
||||
'max:50',
|
||||
'unique:domains',
|
||||
new ValidDomain,
|
||||
new NotLocalDomain,
|
||||
new NotUsedAsRecipientDomain
|
||||
new ValidDomain(),
|
||||
new NotLocalDomain(),
|
||||
new NotUsedAsRecipientDomain()
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user