Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Dec 21, 2023
1 parent ff3d314 commit d577a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Define your OpenAPI spec and endpoint at the same time:
```php
<?php

namespace App\Controller;
namespace Api\Catalog\Endpoint;

use App\Model\Product;
use Api\Catalog\Model\Product;
use OpenSolid\OpenApiBundle\Attribute\Body;
use OpenSolid\OpenApiBundle\Routing\Attribute\Post;

Expand Down

0 comments on commit d577a66

Please sign in to comment.