Skip to content

Commit d0ec79d

Browse files
Fixes loader call
1 parent 1982f67 commit d0ec79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

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

0 commit comments

Comments
 (0)