Your IP : 216.73.216.91


Current Path : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/
Upload File :
Current File : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/Wireable.php

<?php

namespace Livewire;

interface Wireable
{
    public function toLivewire();

    public static function fromLivewire($value);
}