File Manager

Path: /home/liffinac1/domains/impactxtmtrading.com/private_html/vendor/livewire/livewire/src/

Viewing File: Wireable.php

<?php

namespace Livewire;

interface Wireable
{
    public function toLivewire();

    public static function fromLivewire($value);
}