Skip to content

Commit

Permalink
Remove legacy migration for mail templates
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais authored and mjansenDatabay committed Aug 12, 2024
1 parent 5072cc4 commit 5bb35d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 130 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public function getStatusObjective(Setup\Metrics\Storage $storage): Setup\Object

public function getMigrations(): array
{
return [
new ilUpdateMailTemplatesForMustache()
];
return [];
}
}

0 comments on commit 5bb35d5

Please sign in to comment.