Skip to content

Commit

Permalink
Fixes loader
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstandiford committed Nov 24, 2021
1 parent 0a47d62 commit 7507d9a
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 \Underpin\Factories\Observers\Loader( 'post_templates', [
'instance' => 'Underpin\Post_Templates\Abstracts\Post_Template',
'default' => 'Underpin\Post_Templates\Factories\Post_Template_Instance',
'abstraction_class' => 'Underpin\Post_Templates\Abstracts\Post_Template',
'default_factory' => 'Underpin\Post_Templates\Factories\Post_Template_Instance',
] ) );

0 comments on commit 7507d9a

Please sign in to comment.