diff --git a/src/PasswordHistoryServiceProvider.php b/src/PasswordHistoryServiceProvider.php index 6f58b46862..03823f9a61 100644 --- a/src/PasswordHistoryServiceProvider.php +++ b/src/PasswordHistoryServiceProvider.php @@ -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'); }