StyleCI fix

This commit is contained in:
Jonny Barnes 2016-10-05 16:13:00 +01:00
parent ac7f002293
commit 405139526a

View file

@ -170,7 +170,7 @@ class MicropubClientController extends Controller
if ($request->input('location') !== 'no-location') { if ($request->input('location') !== 'no-location') {
$multipart[] = [ $multipart[] = [
'name' => 'location', 'name' => 'location',
'contents' => $request->input('location') 'contents' => $request->input('location'),
]; ];
} }
} }