Skip to content

Commit 8ee47b8

Browse files
committed
Changed alias path for Product, Order, Customer
1 parent 0875c55 commit 8ee47b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
],
2626
"aliases": {
2727
"WooCommerce": "Codexshaper\\WooCommerce\\Facades\\WooCommerce",
28-
"Product": "Codexshaper\\WooCommerce\\Facades\\Product",
29-
"Order": "Codexshaper\\WooCommerce\\Facades\\Order",
30-
"Customer": "Codexshaper\\WooCommerce\\Facades\\Customer"
28+
"Product": "Codexshaper\\WooCommerce\\Models\\Product",
29+
"Order": "Codexshaper\\WooCommerce\\Models\\Order",
30+
"Customer": "Codexshaper\\WooCommerce\\Models\\Customer"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)