App\Events\InvoiceWasRestored::__construct PHP Метод

__construct() публичный Метод

Create a new event instance.
public __construct ( Invoice $invoice, $fromDeleted )
$invoice app\models\Invoice
$fromDeleted
    public function __construct(Invoice $invoice, $fromDeleted)
    {
        $this->invoice = $invoice;
        $this->fromDeleted = $fromDeleted;
    }
InvoiceWasRestored