Upgrade to Laravel 9

This commit is contained in:
Will Browning
2022-07-07 08:44:47 +01:00
parent 831fc862d0
commit 43e094ac93
92 changed files with 3001 additions and 3272 deletions

View File

@@ -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()
]
];
}