Skip to content

Commit

Permalink
L5.8: Switch from Event::fire() to Event::dispatch()
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed Feb 27, 2019
1 parent e8b5cf4 commit 0b8be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function set($themeName)

$themeViewFinder = app('view.finder');
$themeViewFinder->setPaths($paths);
Event::fire('igaster.laravel-theme.change', $theme);
Event::dispatch('igaster.laravel-theme.change', $theme);
return $theme;
}

Expand Down

0 comments on commit 0b8be5d

Please sign in to comment.