flux-querybuilder/src/Type/TypeInterface.php

8 lines
120 B
PHP
Raw Normal View History

<?php
namespace Arendsen\FluxQueryBuilder\Type;
interface TypeInterface
{
public function __toString(): string;
}