Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tried solved test error in the pipeline.
Browse files Browse the repository at this point in the history
victore13 committed Sep 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a8468f8 commit e8be7fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Commands/OAuthCommand.php
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@ class OAuthCommand extends Command

public function handle(): int
{
// $this->setConfigVariables();
// info('3 variables have been overwritten in the configuration file “oauth.php”.');
$this->setConfigVariables();
info('3 variables have been overwritten in the configuration file “oauth.php”.');

// $this->setEnvironmentVariables();
// info('6 new variables have been created in the environment file “.env”.');
$this->setEnvironmentVariables();
info('6 new variables have been created in the environment file “.env”.');

$this->call('vendor:publish', [
'--tag' => 'oauth-config',

0 comments on commit e8be7fc

Please sign in to comment.