Skip to content

Commit afb7c56

Browse files
Fixes loader
1 parent 822e26c commit afb7c56

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
@@ -8,6 +8,6 @@
88

99
// Add this loader.
1010
Underpin::attach( 'setup', new \Underpin\Factories\Observers\Loader( 'cron_jobs', [
11-
'instance' => 'Underpin\Cron_Jobs\Abstracts\Cron_Job',
12-
'default' => 'Underpin\Cron_Jobs\Factories\Cron_Job_Instance',
11+
'abstraction_class' => 'Underpin\Cron_Jobs\Abstracts\Cron_Job',
12+
'default_factory' => 'Underpin\Cron_Jobs\Factories\Cron_Job_Instance',
1313
] ) );

0 commit comments

Comments
 (0)