Fix Laravel Pint formatting
This commit is contained in:
@@ -46,7 +46,7 @@ class EmailController extends BaseApiController
|
||||
$attachments
|
||||
);
|
||||
|
||||
if (!$ok) {
|
||||
if (! $ok) {
|
||||
return response()->json([
|
||||
'ok' => false,
|
||||
'message' => 'Email failed to send.',
|
||||
|
||||
Reference in New Issue
Block a user