From b278946d4b25433a586fed6e574455de9d2f2e71 Mon Sep 17 00:00:00 2001 From: frets1700 Date: Wed, 6 Dec 2023 11:34:21 -0500 Subject: [PATCH] update imports on doc file --- docs/calendar-usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/calendar-usage.md b/docs/calendar-usage.md index b35d12d..6ab520d 100644 --- a/docs/calendar-usage.md +++ b/docs/calendar-usage.md @@ -9,10 +9,9 @@ declare(strict_types=1); namespace YourPackage; use Symplicity\Outlook\Calendar; -use Symplicity\Outlook\Entities\Writer; use Symplicity\Outlook\Interfaces\Entity\ReaderEntityInterface; -use Symplicity\Outlook\Entities\ResponseBody; use Symplicity\Outlook\Interfaces\Utils\BatchResponseInterface; +use Microsoft\Graph\Core\Requests\BatchResponseContent; class OutlookCalendar extends Calendar {