This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33namespace Grayloon \Magento \Support ;
44
55use Grayloon \Magento \Magento ;
6- use Grayloon \Magento \Models \MagentoCustomer ;
76use Grayloon \Magento \Models \MagentoCustomAttributeType ;
7+ use Grayloon \Magento \Models \MagentoCustomer ;
88
99class MagentoCustomers extends PaginatableMagentoService
1010{
Original file line number Diff line number Diff line change 22
33namespace Grayloon \Magento \Tests \Support ;
44
5- use Grayloon \Magento \Tests \TestCase ;
6- use Illuminate \Support \Facades \Http ;
75use Grayloon \Magento \Models \MagentoCategory ;
8- use Grayloon \Magento \Support \MagentoCategories ;
96use Grayloon \Magento \Models \MagentoCustomAttributeType ;
7+ use Grayloon \Magento \Support \MagentoCategories ;
8+ use Grayloon \Magento \Tests \TestCase ;
9+ use Illuminate \Support \Facades \Http ;
1010
1111class MagentoCategoriesTest extends TestCase
1212{
Original file line number Diff line number Diff line change 22
33namespace Grayloon \Magento \Tests \Support ;
44
5- use Grayloon \Magento \Tests \TestCase ;
6- use Illuminate \Support \Facades \Http ;
5+ use Grayloon \Magento \Models \MagentoCustomAttributeType ;
76use Grayloon \Magento \Models \MagentoCustomer ;
87use Grayloon \Magento \Support \MagentoCustomers ;
9- use Grayloon \Magento \Models \MagentoCustomAttributeType ;
8+ use Grayloon \Magento \Tests \TestCase ;
9+ use Illuminate \Support \Facades \Http ;
1010
1111class MagentoCustomersTest extends TestCase
1212{
You can’t perform that action at this time.
0 commit comments