Skip to content

Commit

Permalink
Merge pull request #14 from RaiolaNetworks/develop
Browse files Browse the repository at this point in the history
feat: temporary modifications to the configuration file variables.
  • Loading branch information
victore13 authored Oct 22, 2024
2 parents 26b0815 + a3e4c60 commit 7b71d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/OAuthCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ protected function setConfigVariable(string $key, mixed $value): void
throw new Exception('Unable to find the configuration file...');
}

config()->set('oauth.' . $key, $value);

/** @var array<string> $lines */
$lines = file($configPath);

Expand Down

0 comments on commit 7b71d80

Please sign in to comment.