File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
use Magento \Framework \Data \Collection \AbstractDb ;
15
15
use Magento \Framework \Exception \CouldNotDeleteException ;
16
16
use Magento \Framework \Exception \LocalizedException ;
17
- use Magento \Framework \Exception \NoSuchEntityException ;
18
17
use Magento \Framework \Model \Context ;
19
18
use Magento \Framework \Model \ResourceModel \AbstractResource ;
20
19
use Magento \Framework \Registry ;
@@ -52,7 +51,6 @@ public function __construct(
52
51
* @return $this
53
52
* @throws CouldNotDeleteException
54
53
* @throws LocalizedException
55
- * @throws NoSuchEntityException
56
54
*/
57
55
public function afterSave (): self
58
56
{
Original file line number Diff line number Diff line change 27
27
- Payment Data
28
28
- Invitation Data
29
29
30
+ # Export
31
+
32
+ Invalidation on entity updates
33
+
30
34
## yu
31
35
32
36
https://github.com/magento/architecture/pull/145/files
You can’t perform that action at this time.
0 commit comments