File Manager

Path: /home/liffinac1/domains/bank.stellerpay.ca/public_html/vendor/livewire/livewire/src/

Viewing File: Castable.php

<?php

namespace Livewire;

interface Castable
{
    public function cast($value);

    public function uncast($value);
}