<?php namespace App\Models; class SMSProviderHistory extends HistoryModel { public function getModelName(): string { return "SMSプロバイダーマスタ履歴"; } }