Skip to content

Commit

Permalink
[ci skip] Adding tag to config publishing. Can't seem to figure out w…
Browse files Browse the repository at this point in the history
…hy --provider isn't working.
  • Loading branch information
kevinkhill committed Aug 9, 2017
1 parent c57948c commit 9049282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/LavachartsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function boot()

$this->publishes([
$this->configPath => config_path($this->configFile),
]);
], 'lavacharts');
}

public function register()
Expand Down

0 comments on commit 9049282

Please sign in to comment.