Import OpenAPI Schema in new API file.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-04-26 06:51:44 -05:00
parent 2c9417dbf2
commit b44872aef6
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
namespace App\Entity\Api;
use OpenApi\Annotations as OA;
/**
* @OA\Schema(type="object", schema="Api_StationPlaylistQueue")
*/