Skip to content

Commit

Permalink
Path renaming provider change.
Browse files Browse the repository at this point in the history
  • Loading branch information
amostajo committed Nov 11, 2015
1 parent c829d70 commit b958e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelShopProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function boot(Router $router)

// Publish config files
$this->publishes([
__DIR__ . '/config/config.php' => config_path('shop.php'),
__DIR__ . '/Config/config.php' => config_path('shop.php'),
]);

// Register commands
Expand Down Expand Up @@ -77,7 +77,7 @@ private function registerShop()
private function mergeConfig()
{
$this->mergeConfigFrom(
__DIR__ . '/config/config.php', 'shop'
__DIR__ . '/Config/config.php', 'shop'
);
}

Expand Down

0 comments on commit b958e70

Please sign in to comment.