Skip to content

Commit

Permalink
Fixes loader call
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstandiford committed Nov 24, 2021
1 parent 1982f67 commit d0ec79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

// Add this loader.
Underpin::attach( 'setup', new Loader('admin_bar_menus', [
'instance' => 'Underpin\Admin_Bar_Menu\Abstracts\Admin_Bar_Menu',
'default' => 'Underpin\Admin_Bar_Menu\Factories\Admin_Bar_Menu_Instance',
'abstraction_class' => 'Underpin\Admin_Bar_Menu\Abstracts\Admin_Bar_Menu',
'default_factory' => 'Underpin\Admin_Bar_Menu\Factories\Admin_Bar_Menu_Instance',
] ) );

0 comments on commit d0ec79d

Please sign in to comment.