Skip to content

Commit

Permalink
Fix typo in the identifier of the AddZones observer
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Dec 2, 2024
1 parent 247ba73 commit ff151f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<!-- Add the zones to the toolbar -->
<event name="smile_debug_toolbar_set_zones">
<observer name="smile_debugtoolbar_add_default zones" instance="Smile\DebugToolbar\Observer\AddZones"/>
<observer name="smile_debugtoolbar_add_default_zones" instance="Smile\DebugToolbar\Observer\AddZones"/>
</event>
</config>

0 comments on commit ff151f3

Please sign in to comment.