Skip to content

Commit

Permalink
Update config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Verberk committed Apr 20, 2015
1 parent bc69ce8 commit ff7d1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Iverberk/Larasearch/LarasearchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function register()
{
$this->registerCommands();

$this->mergeConfigFrom(__DIR__ . '/../../config/config.php', 'larasearch');
$this->mergeConfigFrom(__DIR__ . '/../../config/larasearch.php', 'larasearch');
}

/**
Expand Down

0 comments on commit ff7d1e6

Please sign in to comment.