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 605162a commit fc88fe1
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 @@ -10,6 +10,6 @@
Underpin::attach( 'setup', new \Underpin\Factories\Observers\Loader( 'roles', [
'name' => 'Roles',
'description' => 'Handles setting custom roles in WordPress',
'instance' => 'Underpin\Roles\Abstracts\Role',
'default' => 'Underpin\Roles\Factories\Role_Instance',
'abstraction_class' => 'Underpin\Roles\Abstracts\Role',
'default_factory' => 'Underpin\Roles\Factories\Role_Instance',
] ) );

0 comments on commit fc88fe1

Please sign in to comment.