rental moon testing
This commit is contained in:
@@ -121,7 +121,7 @@ class User extends Authenticatable
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function isMoonRenter() {
|
public function isMoonRenter() {
|
||||||
$moonRental = AllianceMoonRental::where([
|
$moonRental = AllianceRentalMoon::where([
|
||||||
'Contact' => $this->character_id,
|
'Contact' => $this->character_id,
|
||||||
])->first();
|
])->first();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user