Skip to content

Commit

Permalink
refactor: fix PHP styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored and github-actions[bot] committed Dec 23, 2024
1 parent 5d0fb85 commit ac4c534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/ShopManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function buyStock($data, $user) {
'character_id' => $character ? $character->id : null,
'user_id' => $user->id,
'cost' => [
'base' => getDataReadyAssets($baseStockCost),
'base' => getDataReadyAssets($baseStockCost),
'user' => getDataReadyAssets($userCostAssets),
'character' => getDataReadyAssets($characterCostAssets),
],
Expand Down

0 comments on commit ac4c534

Please sign in to comment.