Skip to content

Commit

Permalink
Plugin system hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
shcherbanich committed Nov 3, 2023
1 parent a0f0d42 commit 24881bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Plugin/PluginEventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace BumbleDocGen\Core\Plugin;

use BumbleDocGen\Core\Configuration\Configuration;
use Monolog\Logger;
use Symfony\Component\EventDispatcher\EventDispatcher;

Expand Down Expand Up @@ -32,5 +31,6 @@ public function dispatch(object $event, string $eventName = null): object
} catch (\Exception $e) {
$this->logger->error($e->getMessage());
}
return $event;
}
}

0 comments on commit 24881bc

Please sign in to comment.