<?php namespace App\Models; class SMSSendOrderHistory extends HistoryModel { public function getModelName(): string { return "SMS送信依頼履歴"; } }