We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822e26c commit afb7c56Copy full SHA for afb7c56
bootstrap.php
@@ -8,6 +8,6 @@
8
9
// Add this loader.
10
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',
+ 'abstraction_class' => 'Underpin\Cron_Jobs\Abstracts\Cron_Job',
+ 'default_factory' => 'Underpin\Cron_Jobs\Factories\Cron_Job_Instance',
13
] ) );
0 commit comments