Edit File: Wireable.php
<?php namespace Livewire; interface Wireable { public function toLivewire(); public static function fromLivewire($value); }
Back to File Manager