選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
186B

  1. <?php
  2. namespace App\Models\HtpmsCustomer;
  3. use App\Models\HistoryModel;
  4. abstract class HtpmsCustomerHistoryModel extends HistoryModel
  5. {
  6. protected $connection = "htpms_customer";
  7. }