Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit bc19be1

Browse files
committed
style CI
1 parent ae5c465 commit bc19be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/PingController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function index()
2424
return $this->response->array([
2525
'status' => 'ok',
2626
'timestamp' => \Carbon\Carbon::now(),
27-
'host' => request()->ip()
27+
'host' => request()->ip(),
2828
]);
2929
}
3030
}

0 commit comments

Comments
 (0)