diff --git a/bootstrap.php b/bootstrap.php index 4a26038..3c8131d 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -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', ] ) ); \ No newline at end of file