Skip to content

Commit 435583d

Browse files
committed
config publishable
1 parent 3965700 commit 435583d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ActionableServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public function boot()
2020
__DIR__ . '/../database/migrations/create_model_action_recurring_table.php.stub' => database_path('migrations/' . date('Y_m_d_His', time()) . '_create_model_action_recurring_table.php'),
2121
], 'migrations');
2222
}
23+
24+
$this->publishes([
25+
__DIR__.'/../config/config.php' => config_path('scheduledaction.php'),
26+
], 'config');
2327
}
2428
}
2529

0 commit comments

Comments
 (0)