mirror of
https://github.com/anonaddy/anonaddy
synced 2026-05-09 00:22:27 +02:00
Added Laravel Pint for formatting
This commit is contained in:
@@ -26,8 +26,8 @@ class UpdateRecipientKeyRequest extends FormRequest
|
||||
return [
|
||||
'key_data' => [
|
||||
'string',
|
||||
'regex:/-----BEGIN PGP PUBLIC KEY BLOCK-----([A-Za-z0-9+=\/\n]+)-----END PGP PUBLIC KEY BLOCK-----/i'
|
||||
]
|
||||
'regex:/-----BEGIN PGP PUBLIC KEY BLOCK-----([A-Za-z0-9+=\/\n]+)-----END PGP PUBLIC KEY BLOCK-----/i',
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user