Skip to content

Commit 8e58706

Browse files
author
Joan He
committed
MAGETWO-39769: [GITHUB] lastInsertId returns 0 when PK is not AI #1445
1 parent 0043cc0 commit 8e58706

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/code/Magento/Tax/Model/Resource/Calculation.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ class Calculation extends \Magento\Framework\Model\Resource\Db\AbstractDb
2424
*/
2525
protected $_ratesCache = [];
2626

27-
/**
28-
* Primary key auto increment flag
29-
*
30-
* @var bool
31-
*/
32-
protected $_isPkAutoIncrement = false;
33-
3427
/**
3528
* Tax data
3629
*

0 commit comments

Comments
 (0)