diff --git a/app/Models/User/User.php b/app/Models/User/User.php index 59431497b..0f14bf774 100644 --- a/app/Models/User/User.php +++ b/app/Models/User/User.php @@ -121,7 +121,7 @@ class User extends Authenticatable } public function isMoonRenter() { - $moonRental = AllianceMoonRental::where([ + $moonRental = AllianceRentalMoon::where([ 'Contact' => $this->character_id, ])->first();