Skip to content

Commit 204be41

Browse files
committed
Add missing call to setEvents method
1 parent 2801d45 commit 204be41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Uecode/Bundle/DaemonBundle/Command/AbstractCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ final protected function configure()
110110

111111
$this->setArguments();
112112
$this->setOptions();
113+
$this->setEvents();
113114
}
114115

115116
/**

0 commit comments

Comments
 (0)