From e802d5204b96d645ec3d40b81b4a8bdc6e0ee675 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 4 Nov 2019 23:31:31 +0100 Subject: refactor: switch to psr-4 autoloading --- app/class/Flywheel/Predicate.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/class/Flywheel/Predicate.php (limited to 'app/class/Flywheel/Predicate.php') diff --git a/app/class/Flywheel/Predicate.php b/app/class/Flywheel/Predicate.php new file mode 100644 index 0000000..2922c8d --- /dev/null +++ b/app/class/Flywheel/Predicate.php @@ -0,0 +1,11 @@ +operators = array( + '>', '>=', '<', '<=', '==', '===', '!=', '!==', 'IN' + ); + } +} -- cgit v1.2.3