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