Skip to content

Commit

Permalink
Update PasswordHistoryServiceProvider.php
Browse files Browse the repository at this point in the history
Removed reference to nonexistent directory
  • Loading branch information
Ivana-C authored and imanghafoori1 committed Apr 7, 2023
1 parent 031c2f4 commit e95c72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PasswordHistoryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ private function mergeConfig()
{
$configFile = __DIR__.'/config/password_history.php';

if($this->app->runningUnitTests()) {
/*if($this->app->runningUnitTests()) {
$configFile = __DIR__.'/../tests/Requirements/config/password_history.php';
}
}*/

$this->mergeConfigFrom($configFile, 'password_history');
}
Expand Down

0 comments on commit e95c72d

Please sign in to comment.