Skip to content

Commit 08c24d1

Browse files
authored
Added facade alias for Note and Shipping Method
1 parent 6875fbc commit 08c24d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@
4040
"Category": "Codexshaper\\WooCommerce\\Models\\Category",
4141
"Coupon": "Codexshaper\\WooCommerce\\Models\\Coupon",
4242
"Customer": "Codexshaper\\WooCommerce\\Models\\Customer",
43+
"Note": "Codexshaper\\WooCommerce\\Models\\Note",
4344
"Order": "Codexshaper\\WooCommerce\\Models\\Order",
4445
"Product": "Codexshaper\\WooCommerce\\Models\\Product",
4546
"Refund": "Codexshaper\\WooCommerce\\Models\\Refund",
4647
"Report": "Codexshaper\\WooCommerce\\Models\\Report",
4748
"Review": "Codexshaper\\WooCommerce\\Models\\Review",
4849
"Setting": "Codexshaper\\WooCommerce\\Models\\Setting",
50+
"ShippingMethod": "Codexshaper\\WooCommerce\\Models\\ShippingMethod",
4951
"ShippingZone": "Codexshaper\\WooCommerce\\Models\\ShippingZone",
5052
"ShippingZoneMethod": "Codexshaper\\WooCommerce\\Models\\ShippingZoneMethod",
5153
"System": "Codexshaper\\WooCommerce\\Models\\System",

0 commit comments

Comments
 (0)