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.
2 parents 17d06f8 + 23d5e84 commit a3c2fa5Copy full SHA for a3c2fa5
1 file changed
src/Commands/Tinker.php
@@ -17,7 +17,7 @@ protected function configure(): void
17
18
$this
19
->setName('tinker')
20
- ->setDescription('Run a Tinker shell in the lambda');
+ ->setDescription('Run Laravel Tinker in AWS Lambda');
21
parent::configure();
22
}
23
0 commit comments