Edit File: Castable.php
<?php namespace Livewire; interface Castable { public function cast($value); public function uncast($value); }
Back to File Manager