We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1dbda commit f13e171Copy full SHA for f13e171
app/Console/RSACommand.php
@@ -8,15 +8,15 @@
8
use Symfony\Component\Console\Helper\ProgressBar;
9
use LionSecurity\RSA;
10
use LionFiles\FILES;
11
-use App\Http\Request\Request;
+use LionRequest\Request;
12
13
class RSACommand extends Command {
14
15
protected static $defaultName = "new:rsa";
16
private object $env;
17
18
protected function initialize(InputInterface $input, OutputInterface $output) {
19
- echo("Initializing RSA service... \r\n\n");
+ echo("Initializing RSA service...\r\n");
20
$this->env = Request::getInstance()->env();
21
RSA::$url_path = $this->env->RSA_URL_PATH === '' ? RSA::$url_path : $this->env->RSA_URL_PATH;
22
}
0 commit comments