Apply fixes from StyleCI (#312)
* Bump for release * Apply fixes from StyleCI
This commit is contained in:
parent
ed4068bdb9
commit
b11029a666
8 changed files with 8 additions and 11 deletions
|
@ -80,6 +80,7 @@ class APIController extends Controller
|
|||
return response('', 204);
|
||||
} catch (\Exception $ex) {
|
||||
Log::error($ex);
|
||||
|
||||
return response()->json([
|
||||
'error' => 'An error occured while attempting to remove this key.',
|
||||
], 503);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue