rental moon testing

This commit is contained in:
2020-06-05 01:41:22 -05:00
parent b9aab0981e
commit 4ff5a0b0a8

View File

@@ -121,7 +121,7 @@ class User extends Authenticatable
}
public function isMoonRenter() {
$moonRental = AllianceMoonRental::where([
$moonRental = AllianceRentalMoon::where([
'Contact' => $this->character_id,
])->first();