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 6aa830e commit 0de4788Copy full SHA for 0de4788
src/Commands/AesKeyGenerateCommand.php
@@ -6,9 +6,7 @@
6
use Illuminate\Console\ConfirmableTrait;
7
use Illuminate\Support\Facades\Validator;
8
use Illuminate\Support\Str;
9
-use Symfony\Component\Console\Attribute\AsCommand;
10
11
-#[AsCommand(name: 'laravel-mysql-encrypt:key:generate')]
12
class AesKeyGenerateCommand extends Command
13
{
14
use ConfirmableTrait;
0 commit comments