Add Types
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
02810bd7fa
commit
a50e33ba04
5 changed files with 93 additions and 1 deletions
8
src/Type/TypeInterface.php
Normal file
8
src/Type/TypeInterface.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Arendsen\FluxQueryBuilder\Type;
|
||||
|
||||
interface TypeInterface
|
||||
{
|
||||
public function __toString(): string;
|
||||
}
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue