Skip to content

Commit

Permalink
inited rest
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 21, 2017
1 parent 26b1016 commit 35293a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rest/Connection.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace hiqdev\hiart\rest;

class Connection extends AbstractConnection
{
public $queryBuilderClass = QueryBuilder::class;
}
10 changes: 10 additions & 0 deletions src/rest/QueryBuilder.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace hiqdev\hiart\rest;

class QueryBuilder extends AbstractQueryBuilder
{
public function buildMethod()
{
}
}

0 comments on commit 35293a6

Please sign in to comment.