Skip to content

Commit 26ae092

Browse files
committed
update ecs
1 parent 1d6609a commit 26ae092

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/Infra/Models/ItemMaxTax.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public function getTable(): string
1313
return 'items';
1414
}
1515

16-
1716
public function getFeePercent(): float
1817
{
1918
return 3;

tests/Infra/Models/ItemMinTax.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public function getTable(): string
1313
return 'items';
1414
}
1515

16-
1716
public function getFeePercent(): float
1817
{
1918
return 3;

0 commit comments

Comments
 (0)