mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-09-07 05:03:18 +02:00
8 lines
132 B
PHP
8 lines
132 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\GraphQL\Schema\Fields\Relations;
|
|
|
|
class MorphToRelation extends BelongsToRelation {}
|