rental moon testing
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user