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.
1 parent 325be80 commit 7c6b333Copy full SHA for 7c6b333
src/Exception/EntityNotFoundException.php
@@ -24,7 +24,7 @@ public static function fromClassNameAndIdentifier(string $className, array $id):
24
}
25
26
return new self(
27
- 'Entity of type \''.$className.'\''.($ids ? ' for IDs '.implode(', ', $ids) : '').' was not found'
+ 'Entity of type \''.$className.'\''.($ids ? ' for IDs '.implode(', ', $ids) : '').' was not found'
28
);
29
30
0 commit comments