Skip to content

Commit

Permalink
Merge pull request #75 from ancient-spirit/patch-1
Browse files Browse the repository at this point in the history
typo on model name.
  • Loading branch information
Codexshaper authored Sep 25, 2022
2 parents 951ddb8 + 675d826 commit 3eb797b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Codexshaper\WooCommerce;

use Codexshaper\WooCommerce\Models\BaseMOdel;
use Codexshaper\WooCommerce\Models\BaseModel;
use Codexshaper\WooCommerce\Traits\QueryBuilderTrait;

class Query extends BaseMOdel
class Query extends BaseModel
{
use QueryBuilderTrait;

Expand Down

0 comments on commit 3eb797b

Please sign in to comment.