Skip to content

Commit abcf537

Browse files
committed
chore: remove summit models
1 parent 4ef33d1 commit abcf537

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

app/Audit/ConcreteFormatters/EntityCreationAuditLogFormatter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class EntityCreationAuditLogFormatter extends AbstractAuditLogFormatter
2828
protected function getCreationIgnoredEntities(): array
2929
{
3030
return [
31-
'PresentationAction',
32-
'PresentationExtraQuestionAnswer'
3331
];
3432
}
3533

app/Audit/ConcreteFormatters/EntityDeletionAuditLogFormatter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public function __construct(?IChildEntityAuditLogFormatter $child_entity_formatt
3939
protected function getCreationIgnoredEntities(): array
4040
{
4141
return [
42-
'PresentationAction',
43-
'PresentationExtraQuestionAnswer'
4442
];
4543
}
4644

0 commit comments

Comments
 (0)