Skip to content

Commit 5ff059d

Browse files
committed
update todo
1 parent 8ecb708 commit 5ff059d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Model/Config/Backend/Export.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Magento\Framework\Data\Collection\AbstractDb;
1515
use Magento\Framework\Exception\CouldNotDeleteException;
1616
use Magento\Framework\Exception\LocalizedException;
17-
use Magento\Framework\Exception\NoSuchEntityException;
1817
use Magento\Framework\Model\Context;
1918
use Magento\Framework\Model\ResourceModel\AbstractResource;
2019
use Magento\Framework\Registry;
@@ -52,7 +51,6 @@ public function __construct(
5251
* @return $this
5352
* @throws CouldNotDeleteException
5453
* @throws LocalizedException
55-
* @throws NoSuchEntityException
5654
*/
5755
public function afterSave(): self
5856
{

TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Area:
2727
- Payment Data
2828
- Invitation Data
2929

30+
# Export
31+
32+
Invalidation on entity updates
33+
3034
## yu
3135

3236
https://github.com/magento/architecture/pull/145/files

0 commit comments

Comments
 (0)