dep: DTO
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\DataTransferObject;
|
||||
|
||||
interface Caster
|
||||
{
|
||||
public function cast(mixed $value): mixed;
|
||||
}
|
||||
Reference in New Issue
Block a user