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 b092cfb commit 32b28d0
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 @@ -8,6 +8,6 @@

// Add this loader.
Underpin::attach( 'setup', new \Underpin\Factories\Observers\Loader( 'taxonomies', [
'instance' => 'Underpin\Taxonomies\Abstracts\Taxonomy',
'default' => 'Underpin\Taxonomies\Factories\Taxonomy_Instance',
'abstraction_class' => 'Underpin\Taxonomies\Abstracts\Taxonomy',
'default_factory' => 'Underpin\Taxonomies\Factories\Taxonomy_Instance',
] ) );

0 comments on commit 32b28d0

Please sign in to comment.