App\services\PushService::invoicePaidMessage PHP 메소드

invoicePaidMessage() 개인적인 메소드

private invoicePaidMessage ( Invoice $invoice ) : string
$invoice app\models\Invoice
리턴 string
    private function invoicePaidMessage(Invoice $invoice)
    {
        return trans('texts.notification_invoice_paid_subject', ['invoice' => $invoice->invoice_number, 'client' => $invoice->client->name]);
    }