refactor, tests

This commit is contained in:
icefox 2026-02-25 17:47:17 -03:00
parent fc46fe20ee
commit b827038df3
No known key found for this signature in database
11 changed files with 304 additions and 103 deletions

View file

@ -3,7 +3,7 @@
namespace Tests\DataObject;
use Icefox\DTO\Attributes\FromInput;
use Icefox\DTO\DataObjectFactory;
use Icefox\DTO\Factories\DataObjectFactory;
use Illuminate\Support\Collection;
use Psr\Log\NullLogger;