Skip to content

Commit

Permalink
typo: Fix "Active" suggestion for author (#1)
Browse files Browse the repository at this point in the history
typo: Fix "Active" suggestion for author
  • Loading branch information
ogizanagi authored Feb 10, 2023
2 parents c780e50 + 1374afe commit 39b77cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Author.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Serializer\Annotation\Context;
use Symfony\Component\Serializer\Normalizer\DateTimeNormalizer;

#[SuggestedDebugQuery('Ative', filters: '_.active', orders: 'desc:since')]
#[SuggestedDebugQuery('Active', filters: '_.active', orders: 'desc:since')]
class Author
{
public function __construct(
Expand Down

0 comments on commit 39b77cd

Please sign in to comment.