Skip to content

Commit 0de4788

Browse files
committed
changes for 2.0.2
1 parent 6aa830e commit 0de4788

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Commands/AesKeyGenerateCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
use Illuminate\Console\ConfirmableTrait;
77
use Illuminate\Support\Facades\Validator;
88
use Illuminate\Support\Str;
9-
use Symfony\Component\Console\Attribute\AsCommand;
109

11-
#[AsCommand(name: 'laravel-mysql-encrypt:key:generate')]
1210
class AesKeyGenerateCommand extends Command
1311
{
1412
use ConfirmableTrait;

0 commit comments

Comments
 (0)