prolab-api/vendor/zircote/swagger-php/Examples/using-refs/Model.php

12 lines
158 B
PHP
Raw Normal View History

2025-10-04 09:16:19 +00:00
<?php
namespace UsingRefs;
/**
* @OA\Schema(description="A model")
*
* This is here to force the use of allOf in the Product schema.
*/
class Model {
}