<?php namespace App\Models\HtpmsCustomer; use App\Models\HistoryModel; abstract class HtpmsCustomerHistoryModel extends HistoryModel { protected $connection = "htpms_customer"; }