diff options
Diffstat (limited to 'app/class/Flywheel/Predicate.php')
-rw-r--r-- | app/class/Flywheel/Predicate.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/class/Flywheel/Predicate.php b/app/class/Flywheel/Predicate.php index 2922c8d..0fa1a23 100644 --- a/app/class/Flywheel/Predicate.php +++ b/app/class/Flywheel/Predicate.php @@ -1,9 +1,11 @@ <?php + namespace Wcms\Flywheel; class Predicate extends \JamesMoss\Flywheel\Predicate { - public function __construct() { + public function __construct() + { $this->operators = array( '>', '>=', '<', '<=', '==', '===', '!=', '!==', 'IN' ); |