Skip to content

Commit a3e4c60

Browse files
committed
feat: temporary modifications to the configuration file variables.
1 parent 058677a commit a3e4c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/OAuthCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ protected function setConfigVariable(string $key, mixed $value): void
170170
throw new Exception('Unable to find the configuration file...');
171171
}
172172

173+
config()->set('oauth.' . $key, $value);
174+
173175
/** @var array<string> $lines */
174176
$lines = file($configPath);
175177

0 commit comments

Comments
 (0)