Skip to content

Commit

Permalink
update imports on doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
frets1700 committed Dec 6, 2023
1 parent 79a62f6 commit b278946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/calendar-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit b278946

Please sign in to comment.