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';