export refactoring

This commit is contained in:
Yuri Kuznetsov
2021-05-08 11:33:17 +03:00
parent b79bd9a30e
commit 14d313686c
20 changed files with 1168 additions and 486 deletions

View File

@@ -85,9 +85,4 @@ class Notification extends RecordBase
return true;
}
public function beforeExport(): void
{
throw new Error();
}
}