fix: saving resend api key
This commit is contained in:
parent
138c721566
commit
b926129e5b
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ public function instantSaveResend()
|
|||
{
|
||||
try {
|
||||
$this->validate([
|
||||
'resendApiKey' => 'required',
|
||||
], [
|
||||
'resendApiKey.required' => 'Resend API Key is required.',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue