Skip to content

Commit

Permalink
Fix configuration path due to PSR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Apr 30, 2015
1 parent c90adfe commit 663ee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function register()
} else
{
$this->publishes([
__DIR__ . '/../../config/config.php' => config_path('location.php'),
__DIR__ . '/config/config.php' => config_path('location.php'),
], 'config');
}

Expand Down

0 comments on commit 663ee33

Please sign in to comment.