StyleCI fix
This commit is contained in:
parent
ac7f002293
commit
405139526a
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue