App\services\PushService::invoicePaidMessage PHP Method

invoicePaidMessage() private method

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