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

Commit

Permalink
Broken path
Browse files Browse the repository at this point in the history
Somehow a major flaw slipped through in the last update…?
  • Loading branch information
olssonm committed Oct 13, 2015
1 parent e8a0275 commit 7a1c139
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 7a1c139

Please # to comment.