Skip to content

Commit

Permalink
run.php: Let our hooks always run
Browse files Browse the repository at this point in the history
resolves #3
  • Loading branch information
Johannes Meyer committed Jul 11, 2019
1 parent 0183121 commit 1e52727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

/** @var $this \Icinga\Application\Modules\Module */

$this->provideHook('audit', 'AuditLog');
$this->provideHook('audit', 'AuditStream');
$this->provideHook('audit', 'AuditLog', true);
$this->provideHook('audit', 'AuditStream', true);

0 comments on commit 1e52727

Please sign in to comment.