Files
animethemes-server/app/GraphQL/Schema/Relations/MorphToManyRelation.php
T

8 lines
133 B
PHP

<?php
declare(strict_types=1);
namespace App\GraphQL\Schema\Relations;
class MorphToManyRelation extends BelongsToManyRelation {}