File "Castable-20250415055717-20250427174939.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/psy/psysh/src/Sudo/Castable-20250415055717-20250427174939.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);
}