Fix wrong namespace + Add RangeFunctionTest

Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
davidarendsen 2022-08-12 13:47:03 +00:00
commit 41cdf265dc
2 changed files with 37 additions and 1 deletions

View file

@ -3,7 +3,7 @@
namespace Arendsen\FluxQueryBuilder\Functions;
use Arendsen\FluxQueryBuilder\Formatters;
use Arendsen\FluxQueryBuilder\Function\FunctionNotImplementedException;
use Arendsen\FluxQueryBuilder\Exception\FunctionNotImplementedException;
abstract class Base {