diff options
Diffstat (limited to 'app/class/wflywheel/query.php')
-rw-r--r-- | app/class/wflywheel/query.php | 16 |
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(); - } -} |