📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 02:41:20
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Database
/
Eloquent
✏️
Editing: Castable.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Database\Eloquent; interface Castable { /** * Get the name of the caster class to use when casting from / to this cast target. * * @param array $arguments * @return class-string<CastsAttributes|CastsInboundAttributes>|CastsAttributes|CastsInboundAttributes */ public static function castUsing(array $arguments); }
💾 Save Changes
❌ Cancel