From 751ee679bad1aeb86388adfd1aa5eff83ddf2739 Mon Sep 17 00:00:00 2001 From: Johan Kleene Date: Sat, 23 Oct 2021 12:37:20 +0200 Subject: [PATCH] Update README.md Missing use statement (for example). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39bb0a1..9eeacbb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Library for mapping and transforming data structures. ##### Examples ```php +use DataMap\Getter\GetDate; use DataMap\Getter\GetInteger; use DataMap\Mapper; use DataMap\Input\Input;