Skip to content

Commit

Permalink
Update AuthyServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive authored Aug 14, 2016
1 parent 2027142 commit ce8a25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/AuthyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function boot()
{
// Publish config files
$this->publishes([
__DIR__. '/../config/config.php' => config_path('authy.php'),
__DIR__. '/../../config/config.php' => config_path('authy.php'),
]);

if ( ! class_exists('UpdateUsersTable') ) {
Expand Down Expand Up @@ -72,7 +72,7 @@ private function registerAuthy()
private function mergeConfig()
{
$this->mergeConfigFrom(
__DIR__. '/../config/config.php', 'authy'
__DIR__. '/../../config/config.php', 'authy'
);
}
}

0 comments on commit ce8a25b

Please sign in to comment.