Skip to content

Commit ffc138e

Browse files
committed
style: formatting
1 parent b40373c commit ffc138e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/Support/SupportController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function update(FormDataRequest $request)
8080
'body' => '<h3>Aanvraag '.env('APP_NAME', 'SiteBoss support form').'</h3><p>'.nl2br(htmlentities($request->input('description'))).'</p><hr/>'.$message,
8181
'email' => $request->input('email'),
8282
'subject' => $request->input('subject'),
83-
'api_key' => config('support.api_key')
83+
'api_key' => config('support.api_key'),
8484
]);
8585
$url = config('support.endpoint');
8686
$ch = curl_init($url);

0 commit comments

Comments
 (0)