use Data namespace
This commit is contained in:
parent
71d49def6b
commit
a5b80681c9
21 changed files with 283 additions and 68 deletions
|
|
@ -4,9 +4,9 @@ declare(strict_types=1);
|
|||
|
||||
namespace Tests\Rules;
|
||||
|
||||
use Icefox\DTO\Attributes\Flat;
|
||||
use Icefox\DTO\Attributes\Overwrite;
|
||||
use Icefox\DTO\Factories\RuleFactory;
|
||||
use Icefox\Data\Attributes\Flat;
|
||||
use Icefox\Data\Attributes\Overwrite;
|
||||
use Icefox\Data\Factories\RuleFactory;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
readonly class BasicPrimitives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue