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 9043828 commit 9c784c3Copy full SHA for 9c784c3
src/ActionableServiceProvider.php
@@ -34,6 +34,6 @@ public function boot()
34
*/
35
public function register()
36
{
37
- //
+ $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'scheduledaction');
38
}
39
0 commit comments