Add option addFieldFilter([]) to the QueryBuilder
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
4de01cfcb8
commit
b400c08211
5 changed files with 63 additions and 9 deletions
9
src/Exception/FunctionInvalidInputException.php
Normal file
9
src/Exception/FunctionInvalidInputException.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Arendsen\FluxQueryBuilder\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class FunctionInvalidInputException extends Exception
|
||||
{
|
||||
}
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue