Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
vinkla committed Jul 2, 2015
2 parents 5511fad + 43fc1f3 commit 43c4c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InstagramServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function setupConfig()
$source = realpath(__DIR__.'/../config/instagram.php');

if (class_exists('Illuminate\Foundation\Application', false)) {
$this->publishes([$source => config_path('hashids.php')]);
$this->publishes([$source => config_path('instagram.php')]);
}

$this->mergeConfigFrom($source, 'instagram');
Expand Down

0 comments on commit 43c4c5a

Please sign in to comment.