Skip to content

Commit

Permalink
Fix typo. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugueux authored May 26, 2024
1 parent 4ef59e0 commit 61ce825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ use Ramsey\Uuid\Doctrine\UuidGenerator;
use Ramsey\Uuid\UuidInterface;

#[ORM\Entity]
#[ORM\Table(name: "products")
#[ORM\Table(name: "products")]
class Product
{
#[ORM\Id]
Expand Down

0 comments on commit 61ce825

Please sign in to comment.