Skip to content

Commit 1169e6c

Browse files
committed
Fixed merge error at imports in tests
1 parent 61c10b8 commit 1169e6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/EndpointBlocksTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
use FiveamCode\LaravelNotionApi\Entities\Blocks\Toggle;
1818
use FiveamCode\LaravelNotionApi\Entities\Blocks\Video;
1919
use FiveamCode\LaravelNotionApi\Entities\Collections\BlockCollection;
20+
use FiveamCode\LaravelNotionApi\Exceptions\NotionException;
21+
use FiveamCode\LaravelNotionApi\Exceptions\HandlingException;
22+
use Illuminate\Support\Facades\Http;
23+
use Notion;
2024

2125
/**
2226
* Class EndpointBlocksTest.

0 commit comments

Comments
 (0)