Skip to content

Commit 0f1dbda

Browse files
committed
CI(RSACommand): Updated RSACommand.php
1 parent 30b94c4 commit 0f1dbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Console/RSACommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ class RSACommand extends Command {
1818
protected function initialize(InputInterface $input, OutputInterface $output) {
1919
echo("Initializing RSA service... \r\n\n");
2020
$this->env = Request::getInstance()->env();
21+
RSA::$url_path = $this->env->RSA_URL_PATH === '' ? RSA::$url_path : $this->env->RSA_URL_PATH;
2122
}
2223

2324
protected function interact(InputInterface $input, OutputInterface $output) {
24-
RSA::$url_path = $this->env->RSA_URL_PATH === '' ? RSA::$url_path : $this->env->RSA_URL_PATH;
25+
2526
}
2627

2728
protected function configure() {

0 commit comments

Comments
 (0)