File "Wireable.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Wireable.php
File size: 135 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Livewire;

interface Wireable
{
    public function toLivewire();

    public static function fromLivewire($value);
}