aboutsummaryrefslogtreecommitdiff
path: root/app/class/wflywheel/query.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/wflywheel/query.php')
-rw-r--r--app/class/wflywheel/query.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/class/wflywheel/query.php b/app/class/wflywheel/query.php
deleted file mode 100644
index 49aff16..0000000
--- a/app/class/wflywheel/query.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-namespace WFlywheel;
-
-class Query extends \JamesMoss\Flywheel\Query
-{
- /**
- * Constructor
- *
- * @param Repository $repository The repo this query will run against.
- */
- public function __construct(Repository $repository)
- {
- parent::__construct($repository);
- $this->predicate = new Predicate();
- }
-}