The mappings App\Entity\Users#referral and App\Entity\UsersCustomers#referral are inconsistent with each other.
The association App\Entity\Users#customer refers to the owning side field App\Entity\UsersCustomers#customer_id which does not exist.
The association App\Entity\Users#userCustomerCommissions refers to the owning side field App\Entity\UserCommission#customer_id which does not exist.
The field App\Entity\Users#wallet is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Wallet#user does not contain the required 'inversedBy="wallet"' attribute.
The association App\Entity\PaymentSetting#walletSettings refers to the owning side field App\Entity\WalletSetting#wallet_payment_id which does not exist.