mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-29 18:18:56 +02:00
8 lines
125 B
PHP
8 lines
125 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\GraphQL\Schema\Relations;
|
|
|
|
class MorphManyRelation extends HasManyRelation {}
|