| Current Path : /var/www/html/logros.sumar.com.py/vendor/livewire/livewire/src/ |
| Current File : /var/www/html/logros.sumar.com.py/vendor/livewire/livewire/src/Wireable.php |
<?php
namespace Livewire;
interface Wireable
{
public function toLivewire();
public static function fromLivewire($value);
}