feat : coupon
This commit is contained in:
@@ -22,6 +22,11 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
])]
|
||||
class OrderController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
#[RequestMapping(path: "list", methods: "GET")]
|
||||
#[Scene(scene: "list")]
|
||||
public function list()
|
||||
|
||||
Reference in New Issue
Block a user