rental moon testing

This commit is contained in:
2020-06-05 01:42:28 -05:00
parent 4ff5a0b0a8
commit 6e95e7dd06

View File

@@ -122,7 +122,7 @@ class User extends Authenticatable
public function isMoonRenter() {
$moonRental = AllianceRentalMoon::where([
'Contact' => $this->character_id,
'contact_id' => $this->character_id,
])->first();
if($moonRental != null) {