acelot/search-schema

View on GitHub
src/Part/Where.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace Acelot\SearchSchema\Part;

final class Where extends AbstractPart
{
    public static function getName(): string
    {
        return 'WHERE';
    }
}