Skip to content

Commit b487437

Browse files
committed
fix(operation): remove unused operation
1 parent a3e4829 commit b487437

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/dto.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,10 @@ namespace App\Resource;
229229

230230
use ApiPlatform\Metadata\ApiResource;
231231
use App\State\BookProvider;
232-
use ApiPlatform\Metadata\Get;
233232
use ApiPlatform\Metadata\GetCollection;
234233
use Doctrine\ORM\Mapping as ORM;
235234
use Symfony\Component\Validator\Constraints as Assert;
236235

237-
#[Get(provider: BookProvider::class)]
238236
#[GetCollection (provider: BookProvider::class)]
239237
final class Book
240238
{

0 commit comments

Comments
 (0)