We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18feae7 + 727a04f commit d20a71cCopy full SHA for d20a71c
1 file changed
src/Command/GenKeyCommand.php
@@ -54,6 +54,6 @@ public function handle()
54
protected function generateRandomKey(string $driverName)
55
{
56
$config = $this->config->get("encryption.driver.{$driverName}");
57
- return call([$config['class'], 'generateKey'], [['options' => $config['options']]]);
+ return call([$config['class'], 'generateKey'], [$config['options']]);
58
}
59
0 commit comments