From d83f69c910d2910690a2479a7fa0b34de060ddc7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 2 Apr 2019 15:20:54 -0500 Subject: [PATCH] moon rental fix --- app/Models/Moon/Moon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Models/Moon/Moon.php b/app/Models/Moon/Moon.php index 88e570412..6433559af 100644 --- a/app/Models/Moon/Moon.php +++ b/app/Models/Moon/Moon.php @@ -30,6 +30,6 @@ class Moon extends Model 'FourthOre', 'FourthQuantity', 'RentalCorp', - 'RentalEnd' - ] + 'RentalEnd', + ]; }