mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-01 16:00:53 -05:00
update: use laravel attributes on user model
This commit is contained in:
@@ -46,7 +46,7 @@ class TransactionController extends Controller
|
||||
|
||||
return view('user.transaction.create', [
|
||||
'user' => $user,
|
||||
'bon' => $user->getSeedbonus(),
|
||||
'bon' => $user->formatted_seedbonus,
|
||||
'activefl' => $user->personalFreeleeches()->exists(),
|
||||
'items' => BonExchange::all(),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user