<?php
namespace App\Model\Unit;
use ApiPlatform\Core\Annotation\ApiResource;
use App\Model\Params\Params;
/**
* @ApiResource(
* collectionOperations={},
* itemOperations={
* "get"
* }
* )
*/
class Unit extends Params
{
}