Skip to content

Commit

Permalink
typo on model name.
Browse files Browse the repository at this point in the history
important for case sensitive environment like Linux
  • Loading branch information
ancient-spirit authored Jul 21, 2021
1 parent 008ac98 commit 675d826
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 675d826

Please sign in to comment.