Files
animethemes-server/app/GraphQL/Attributes/UseSearchDirective.php
T

11 lines
150 B
PHP

<?php
declare(strict_types=1);
namespace App\GraphQL\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class UseSearchDirective {}