rental moon testing

This commit is contained in:
2020-06-05 01:35:49 -05:00
parent 41c9e22121
commit b9aab0981e

View File

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