Skip to content

Commit

Permalink
ItemDoesNotExistException: english fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Apr 15, 2020
1 parent 900f714 commit f4c633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/ItemDoesNotExistException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct($key)
{
parent::__construct(
sprintf(
'Item with key "%s" not exists.',
'Item with key "%s" does not exist.',
$key
)
);
Expand Down

0 comments on commit f4c633f

Please sign in to comment.