Skip to content

Commit bf0548e

Browse files
committed
Apply fixes from StyleCI
1 parent 2677085 commit bf0548e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Http/Controllers/ServiceController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public function store(Request $request, ToastInterface $toast)
6363
'message' => 'Added Service: <i>' . $service->service_id . ': ' . e($type) . '</i>',
6464
]);
6565
}
66+
6667
return response()->json([
6768
'status' => 1,
6869
'message' => 'ERROR: Failed to add Service: <i>' . e($type) . '</i>',

0 commit comments

Comments
 (0)