From 5521389baf17cea3fba09426d2fceb72b56fd27b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 15 Feb 2019 23:23:56 -0600 Subject: [PATCH] moons admin controller --- app/Models/Moon/MoonRent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Moon/MoonRent.php b/app/Models/Moon/MoonRent.php index 7e843a7eb..e610117b2 100644 --- a/app/Models/Moon/MoonRent.php +++ b/app/Models/Moon/MoonRent.php @@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model; class MoonRent extends Model { // Table Name - protected $table = 'MoonRent'; + protected $table = 'moon_rents'; //Primary Key public $primaryKey = 'id';