Clean up comments
This commit is contained in:
		@ -8,24 +8,6 @@ use ApiPlatform\Core\Annotation\ApiProperty;
 | 
				
			|||||||
use ApiPlatform\Core\Annotation\ApiResource;
 | 
					use ApiPlatform\Core\Annotation\ApiResource;
 | 
				
			||||||
use ApiPlatform\Core\Action\NotFoundAction;
 | 
					use ApiPlatform\Core\Action\NotFoundAction;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
 *     itemOperations={
 | 
					 | 
				
			||||||
 *         "get"={
 | 
					 | 
				
			||||||
 *             "method"="GET",
 | 
					 | 
				
			||||||
 *             "controller"=NotFoundAction::class,
 | 
					 | 
				
			||||||
 *             "read"=false,
 | 
					 | 
				
			||||||
 *             "output"=false,
 | 
					 | 
				
			||||||
 *             "path"="/priceNow/{id}",
 | 
					 | 
				
			||||||
 *         },
 | 
					 | 
				
			||||||
 *     },
 | 
					 | 
				
			||||||
 *     itemOperations={},
 | 
					 | 
				
			||||||
 *     collectionOperations={"get"={
 | 
					 | 
				
			||||||
 *             "path"="/priceNow",
 | 
					 | 
				
			||||||
 *          }
 | 
					 | 
				
			||||||
 *      }
 | 
					 | 
				
			||||||
 * )
 | 
					 | 
				
			||||||
*/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @ApiResource(
 | 
					 * @ApiResource(
 | 
				
			||||||
 *     itemOperations={
 | 
					 *     itemOperations={
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user