Skip to content

Commit 5bea753

Browse files
committed
ICL: createEmailChannelHandler method added.
1 parent 00053c5 commit 5bea753

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/fixture/app/Console/Commands/EmailNotificationsCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ public function handle()
2222
$this->logInfo('Done!');
2323
}
2424

25+
public function createEmailChannelHandler()
26+
{
27+
return $this->getEmailChannelHandler();
28+
}
29+
2530
public function mailerHandler()
2631
{
2732
return last($this->icLogger()->getHandlers());

0 commit comments

Comments
 (0)