Skip to content

Commit e9c32af

Browse files
authored
Apply fixes from StyleCI (#2403)
[ci skip] [skip ci]
1 parent f1cff46 commit e9c32af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/GeneralController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function status()
5757

5858
return $this->item([
5959
'status' => $system['system_status'],
60-
'message' => $system['system_message']
60+
'message' => $system['system_message'],
6161
]);
6262
}
6363
}

0 commit comments

Comments
 (0)