Files
animethemes-server/app/GraphQL/Support/Relations/MorphToManyRelation.php
T
2025-11-13 17:20:32 -03:00

8 lines
134 B
PHP

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