Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 12, 2020
1 parent 359faa4 commit c5068c0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 82 deletions.
1 change: 0 additions & 1 deletion src/bill/BillRepository.php
Expand Up @@ -16,7 +16,6 @@
use hiqdev\yii\DataMapper\expressions\CallExpression;
use hiqdev\yii\DataMapper\expressions\HstoreExpression;
use hiqdev\yii\DataMapper\models\relations\Bucket;
use hiqdev\yii\DataMapper\query\Specification;
use yii\db\ArrayExpression;
use yii\db\Query;
use yii\helpers\ArrayHelper;
Expand Down
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) 2017-2018, HiQDev (http://hiqdev.com/)
*/

namespace hiqdev\billing\hiapi\query;
namespace hiqdev\billing\hiapi\customer;

use hiqdev\billing\hiapi\models\Customer;

Expand Down
3 changes: 3 additions & 0 deletions src/customer/CustomerRepository.php
Expand Up @@ -14,6 +14,9 @@

class CustomerRepository extends \hiqdev\yii\DataMapper\repositories\BaseRepository
{
/** {@inheritdoc} */
public $queryClass = CustomerQuery::class;

public function save(CustomerInterface $customer)
{
throw new \Exception('not implemented ' . __METHOD__);
Expand Down
64 changes: 0 additions & 64 deletions src/query/BillQuery.php

This file was deleted.

16 changes: 0 additions & 16 deletions src/repositories/HydratorInterface.php

This file was deleted.

0 comments on commit c5068c0

Please sign in to comment.