@@ -132,12 +132,12 @@ |
||
| 132 | 132 | |
| 133 | 133 | $this->currencyService->sendBill( |
| 134 | 134 | $bill, |
| 135 | - function () use ($manialink, $bill) { |
|
| 135 | + function() use ($manialink, $bill) { |
|
| 136 | 136 | $this->notifications->info("Successfully payed ".$bill->getAmount()."p to ".$bill->getReceiverlogin(), |
| 137 | 137 | [], "Success", 3500, $manialink->getUserGroup()); |
| 138 | 138 | $this->closeManialink($manialink); |
| 139 | 139 | }, |
| 140 | - function ($status) use ($manialink) { |
|
| 140 | + function($status) use ($manialink) { |
|
| 141 | 141 | $this->notifications->error("Server said: ".$status, |
| 142 | 142 | [], "Error", 10500, $manialink->getUserGroup()); |
| 143 | 143 | $this->closeManialink($manialink); |