use Data namespace

This commit is contained in:
icefox 2026-03-07 11:27:12 -03:00
parent 71d49def6b
commit a5b80681c9
No known key found for this signature in database
21 changed files with 283 additions and 68 deletions

View file

@ -2,8 +2,7 @@
declare(strict_types=1);
namespace Icefox\DTO\Attributes;
namespace Icefox\Data\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_PARAMETER)]

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Icefox\DTO\Attributes;
namespace Icefox\Data\Attributes;
use Attribute;

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Icefox\DTO\Attributes;
namespace Icefox\Data\Attributes;
use Attribute;

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Icefox\DTO\Attributes;
namespace Icefox\Data\Attributes;
use Attribute;

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Icefox\DTO\Attributes;
namespace Icefox\Data\Attributes;
use Attribute;