From 736787c75f7d4dd81f0b15a3d754b242339aa87e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 16 Feb 2023 16:56:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Endpoints/Resolve.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Endpoints/Resolve.php b/src/Endpoints/Resolve.php index c00fe2f..1c84f41 100644 --- a/src/Endpoints/Resolve.php +++ b/src/Endpoints/Resolve.php @@ -3,7 +3,6 @@ namespace FiveamCode\LaravelNotionApi\Endpoints; use FiveamCode\LaravelNotionApi\Entities\Blocks\Block; -use FiveamCode\LaravelNotionApi\Entities\Collections\PageCollection; use FiveamCode\LaravelNotionApi\Entities\Database; use FiveamCode\LaravelNotionApi\Entities\NotionParent; use FiveamCode\LaravelNotionApi\Entities\Page;