fixup! chore: Add initial contracts

This commit is contained in:
Kacper Donat 2024-04-14 18:20:21 +02:00
parent 5f420e3683
commit 3aaad5274f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Contracts;
namespace App\Contract;
use Symfony\Component\Uid\Uuid;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Contracts;
namespace App\Contract;
use Symfony\Component\Uid\Uuid;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Contracts;
namespace App\Contract;
class ProductDto
{