Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from olssonm/master
Browse files Browse the repository at this point in the history
Broken path
  • Loading branch information
AntoineAugusti committed Oct 13, 2015
2 parents e8a0275 + 7a1c139 commit e01b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelGravatarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()
*/
protected function setupConfig()
{
$source = realpath(__DIR__.'/../../../config/gravatar.php');
$source = realpath(__DIR__.'/../config/gravatar.php');
$this->publishes([$source => config_path('gravatar.php')]);
$this->mergeConfigFrom($source, 'gravatar');
}
Expand Down

0 comments on commit e01b473

Please sign in to comment.