mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-11 08:48:55 +00:00
6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
namespace Api\V8\JsonApi\Response;
|
|
|
|
class RelationshipResponse extends MetaResponse
|
|
{
|
|
}
|