- <?php
-
- namespace App\Models\HtpmsCustomer\QRService;
-
- use App\Models\HtpmsCustomer\HtpmsCustomerHistoryModel;
-
- /**
- * QRサービス券認証可能設定履歴
- */
- class CertificationAvailableSettingHistory extends HtpmsCustomerHistoryModel
- {
- protected $table = "tbl3_qrs_certification_available_setting_histories";
-
- public function getModelName(): string
- {
- return "QRサービス券認証可能設定履歴";
- }
- }
|