mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-26 00:34:28 +02:00
8 lines
124 B
PHP
8 lines
124 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\GraphQL\Schema\Relations;
|
|
|
|
class HasOneRelation extends BelongsToRelation {}
|