mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-09-06 20:55:04 +02:00
8 lines
131 B
PHP
8 lines
131 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\GraphQL\Schema\Fields\Relations;
|
|
|
|
class HasOneRelation extends BelongsToRelation {}
|