corp rental moons

This commit is contained in:
2020-04-26 01:27:23 -05:00
parent 59c0de75c4
commit 8cf41c5c36

View File

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