Skip to content

Commit 280929c

Browse files
committed
Remove readonly modifier from RetrieveCommand
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 4c3bbb7 commit 280929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/Blog/Command/RetrieveCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Symfony\Component\DependencyInjection\Attribute\Autowire;
1919

2020
#[AsCommand('app:blog:retrieve', description: 'Retrieve blog posts using the Retriever component.')]
21-
final readonly class RetrieveCommand
21+
final class RetrieveCommand
2222
{
2323
public function __construct(
2424
#[Autowire(service: 'ai.retriever.blog')]

0 commit comments

Comments
 (0)