12 lines
158 B
PHP
12 lines
158 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace UsingRefs;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @OA\Schema(description="A model")
|
||
|
|
*
|
||
|
|
* This is here to force the use of allOf in the Product schema.
|
||
|
|
*/
|
||
|
|
class Model {
|
||
|
|
}
|