From a2d17fcd2a8d68227072351937602ea477c79654 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 4 Jun 2020 23:38:33 -0500 Subject: [PATCH] rental moon testing --- app/Models/MoonRentals/AllianceRentalMoon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/MoonRentals/AllianceRentalMoon.php b/app/Models/MoonRentals/AllianceRentalMoon.php index aef2c9279..1992247cb 100644 --- a/app/Models/MoonRentals/AllianceRentalMoon.php +++ b/app/Models/MoonRentals/AllianceRentalMoon.php @@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model; class AllianceRentalMoon extends Model { //Table Name - protected $table = 'alliance_moon_rentals'; + protected $table = 'alliance_rental_moons'; //Primary Key public $primaryKey = 'id';