refactor(ScheduledTask): clean up code formatting and remove unused import

This commit is contained in:
Andras Bacsai
2025-03-14 16:11:41 +01:00
parent 282bb5c4cd
commit 798aab6955
3 changed files with 2 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ class EmailChannel
if (blank($type)) {
throw new Exception('No email settings found.');
}
return;
}