Skip to content

Commit d5ee40b

Browse files
Corrección mensaje de error en inglés (#337)
Co-authored-by: Rafa Gómez <rgomezcasas@gmail.com> Co-authored-by: ChatGPT
1 parent d075084 commit d5ee40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/Infrastructure/Bus/Query/QueryNotRegisteredError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public function __construct(Query $query)
1313
{
1414
$queryClass = $query::class;
1515

16-
parent::__construct("The query <$queryClass> hasn't a query handler associated");
16+
parent::__construct("The query <$queryClass> has no associated query handler");
1717
}
1818
}

0 commit comments

Comments
 (0)