Skip to content

Commit ab97413

Browse files
committed
cs fix
1 parent 0575291 commit ab97413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Http/Controllers/Api/V1/SiteController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public function delete(Request $request): JsonResponse
109109

110110
try {
111111
Site::where('url', $url)->where('key', $key)->delete();
112-
}
113-
catch (\Exception $e) {
112+
} catch (\Exception $e) {
114113
return $this->error($e->getMessage());
115114
}
116115

0 commit comments

Comments
 (0)