From e5d06c5b1c6cd17bfd4d68d8dc2557fcb9ef6683 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 9 Apr 2024 03:56:52 -0400 Subject: [PATCH] Improve README code examples by adding use statements (#60) for people who cut and paste... --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a56757..6b05867 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Let's say you have an existing Doctrine entity `Document` that looks like this: ```php