File "Castable.php"

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

<?php

namespace Livewire;

interface Castable
{
    public function cast($value);

    public function uncast($value);
}