Apply fixes from StyleCI
This commit is contained in:
parent
031e528c63
commit
d14c5a8f97
2 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ class MicropubController extends Controller
|
|||
return response()->json([
|
||||
'response' => 'error',
|
||||
'error' => 'no_token',
|
||||
'error_description' => 'There was no token provided with the request'
|
||||
'error_description' => 'There was no token provided with the request',
|
||||
], 400);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue