File Manager

Path: /home/liffinac1/domains/bank.stellerpay.ca/public_html/vendor/livewire/livewire/src/

Viewing File: Wireable.php

<?php

namespace Livewire;

interface Wireable
{
    public function toLivewire();

    public static function fromLivewire($value);
}