Skip to content

Commit

Permalink
Merge pull request #3 from zandzpider/patch-1
Browse files Browse the repository at this point in the history
publish correct config file
  • Loading branch information
dusterio committed Jun 1, 2016
2 parents bfa4f78 + 6210c9d commit 55bcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LaravelServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__ . '/../config/config.php' => config_path('sqs-plain.php')
__DIR__ . '/../config/sqs-plain.php' => config_path('sqs-plain.php')
]);

Queue::after(function (JobProcessed $event) {
Expand Down

0 comments on commit 55bcd5f

Please sign in to comment.