Commaaa2
This commit is contained in:
@@ -7,7 +7,9 @@ interface Castable
|
||||
/**
|
||||
* Get the name of the caster class to use when casting from / to this cast target.
|
||||
*
|
||||
* @param array $arguments
|
||||
* @return string
|
||||
* @return string|\Illuminate\Contracts\Database\Eloquent\CastsAttributes|\Illuminate\Contracts\Database\Eloquent\CastsInboundAttributes
|
||||
*/
|
||||
public static function castUsing();
|
||||
public static function castUsing(array $arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user