Viewing File: /htdocs/atito2/vendor/livewire/livewire/src/Castable.php

<?php

namespace Livewire;

interface Castable
{
    public function cast($value);

    public function uncast($value);
}
Back to Directory File Manager