Skip to content

Commit a7b40c6

Browse files
authored
Merge pull request #52 from Codexshaper/analysis-Vrx73g
Apply fixes from StyleCI
2 parents 7ff6e16 + d5f5962 commit a7b40c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Models/ShippingZoneMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class ShippingZoneMethod extends BaseModel
99
{
1010
use QueryBuilderTrait;
11-
11+
1212
protected $endpoint = 'shipping_methods';
1313

1414
/**

src/Models/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class System extends BaseModel
99
{
1010
use QueryBuilderTrait;
11-
11+
1212
protected $endpoint;
1313

1414
/**

src/Models/Variation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Variation extends BaseModel
99
{
1010
use QueryBuilderTrait;
11-
11+
1212
protected $endpoint;
1313

1414
/**

0 commit comments

Comments
 (0)