| Current Path : /proc/self/root/var/www/html/eva.sumar.com.py/vendor/livewire/livewire/src/ |
| Current File : //proc/self/root/var/www/html/eva.sumar.com.py/vendor/livewire/livewire/src/Castable.php |
<?php
namespace Livewire;
interface Castable
{
public function cast($value);
public function uncast($value);
}