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) {
|
||||
return response()->json(['error' => true], 400);
|
||||
}
|
||||
|
||||
return response()->json([
|
||||
'response' => 'created',
|
||||
'location' => $note->longurl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue