Skip to content

Commit 4acd96c

Browse files
Removed 'onDebug' from subscribed events
1 parent 72654ad commit 4acd96c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Log/Mail.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ class Mail implements Listener, Logger
116116
public static function getSubscribedEvents()
117117
{
118118
return array(
119-
'phpbu.debug' => 'onDebug',
120119
'phpbu.backup_start' => 'onBackupStart',
121120
'phpbu.check_start' => 'onCheckStart',
122121
'phpbu.sync_start' => 'onSyncStart',
@@ -152,6 +151,8 @@ public function setup(array $options)
152151
}
153152

154153
/**
154+
* Handle the phpbu end event.
155+
*
155156
* @param \phpbu\App\Event\App\End $event
156157
* @throws \phpbu\App\Exception
157158
*/

0 commit comments

Comments
 (0)