aboutsummaryrefslogtreecommitdiff
path: root/app/class/wflywheel/predicate.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/wflywheel/predicate.php')
-rw-r--r--app/class/wflywheel/predicate.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/class/wflywheel/predicate.php b/app/class/wflywheel/predicate.php
deleted file mode 100644
index 2229461..0000000
--- a/app/class/wflywheel/predicate.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-namespace WFlywheel;
-
-class Predicate extends \JamesMoss\Flywheel\Predicate
-{
- public function __construct() {
- $this->operators = array(
- '>', '>=', '<', '<=', '==', '===', '!=', '!==', 'IN'
- );
- }
-}