rental moon testing

This commit is contained in:
2020-06-05 01:43:02 -05:00
parent 6e95e7dd06
commit 1d875f2ce1

View File

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