diff --git a/src/Krucas/Settings/Settings.php b/src/Krucas/Settings/Settings.php index 3378c53..edef570 100644 --- a/src/Krucas/Settings/Settings.php +++ b/src/Krucas/Settings/Settings.php @@ -431,7 +431,7 @@ protected function fire($event, $key, array $payload = []) $payload[] = $this->context; if ($this->isEventsEnabled()) { - $this->dispatcher->fire("settings.{$event}: {$key}", $payload); + $this->dispatcher->dispatch("settings.{$event}: {$key}", $payload); } } }