Skip to content

Commit

Permalink
Fix relative pathing on publish; fixes greggilbert#53
Browse files Browse the repository at this point in the history
  • Loading branch information
greggilbert committed Feb 11, 2015
1 parent e4e1d7d commit cf51501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RecaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function bindRecaptcha()

protected function handleConfig()
{
$packageConfig = __DIR__.'/../../config/recaptcha.php';
$packageConfig = __DIR__.'/config/recaptcha.php';
$destinationConfig = config_path('recaptcha.php');

$this->publishes(array(
Expand Down

0 comments on commit cf51501

Please sign in to comment.