Add option addFieldFilter([]) to the QueryBuilder

Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
davidarendsen 2022-08-30 15:23:31 +00:00
commit b400c08211
5 changed files with 63 additions and 9 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Arendsen\FluxQueryBuilder\Exception;
use Exception;
class FunctionInvalidInputException extends Exception
{
}