File tree Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class Note extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class Refund extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class Setting extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint = 'settings ' ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class ShippingMethod extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint = 'shipping_methods ' ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class ShippingZoneMethod extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint = 'shipping_methods ' ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class System extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class Term extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint ;
1013
1114 /**
Original file line number Diff line number Diff line change 33namespace Codexshaper \WooCommerce \Models ;
44
55use Codexshaper \WooCommerce \Facades \WooCommerce ;
6+ use Codexshaper \WooCommerce \Traits \QueryBuilderTrait ;
67
78class Variation extends BaseModel
89{
10+ use QueryBuilderTrait;
11+
912 protected $ endpoint ;
1013
1114 /**
You can’t perform that action at this time.
0 commit comments