<?php namespace App\Events\ReceiptIssuingOrder; /** * 領収証ダウンロードイベント */ class DownloadedEvent extends ReceiptIssuingOrderEvent { public function getEventName(): string { return "ダウンロード"; } }