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

11 行
174B

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