diff --git a/app/Support/UserProfileMenu.php b/app/Support/UserProfileMenu.php index 2806cdb..9461caf 100644 --- a/app/Support/UserProfileMenu.php +++ b/app/Support/UserProfileMenu.php @@ -43,9 +43,8 @@ class UserProfileMenu ]; } - - if (Route::has((string) config("billing.wallet_balance_route", "wallet.balance"))) { - $items[] = ["type" => "wallet"]; + if (Route::has((string) config('billing.wallet_balance_route', 'wallet.balance'))) { + $items[] = ['type' => 'wallet']; } if (self::userIsAdmin($user)) {