Extract Universe Flux functions into a trait
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
0a4da04e58
commit
3cff68870f
8 changed files with 267 additions and 244 deletions
8
src/Builder/QueryBuilderInterface.php
Normal file
8
src/Builder/QueryBuilderInterface.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Arendsen\FluxQueryBuilder\Builder;
|
||||
|
||||
interface QueryBuilderInterface
|
||||
{
|
||||
public function build(): string;
|
||||
}
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue