Add missing new line before return [styleci]
This commit is contained in:
parent
d8f5293a73
commit
44023b0544
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class MicropubController extends Controller
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
return response()->json(['error' => true], 400);
|
return response()->json(['error' => true], 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'response' => 'created',
|
'response' => 'created',
|
||||||
'location' => $note->longurl,
|
'location' => $note->longurl,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue