diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index 5ed38ccd..0623ab43 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -170,7 +170,7 @@ class MicropubClientController extends Controller if ($request->input('location') !== 'no-location') { $multipart[] = [ 'name' => 'location', - 'contents' => $request->input('location') + 'contents' => $request->input('location'), ]; } }