From 43fc1f307fa5fc13f8f5ce3f43bf5f1977519029 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 2 Jul 2015 22:27:17 +0100 Subject: [PATCH] Fixed typo Closes #16 --- src/InstagramServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InstagramServiceProvider.php b/src/InstagramServiceProvider.php index 4c1355d..066860a 100644 --- a/src/InstagramServiceProvider.php +++ b/src/InstagramServiceProvider.php @@ -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');