]> BookStack Code Mirror - bookstack/blobdiff - tests/OpenGraphTest.php
Fixed phpstan wanring about usage of static
[bookstack] / tests / OpenGraphTest.php
index dd99b7befd90f1d15721ef6f06ff091e0940832d..3f807f024ef9c6f5cc4b02b9ceb6ae4fa451fa37 100644 (file)
@@ -8,8 +8,8 @@ use BookStack\Entities\Models\Chapter;
 use BookStack\Entities\Models\Page;
 use BookStack\Entities\Repos\BaseRepo;
 use BookStack\Entities\Repos\BookRepo;
-use BookStack\Entities\Repos\BookshelfRepo;
 use Illuminate\Support\Str;
+use Illuminate\Testing\TestResponse;
 use Tests\Uploads\UsesImages;
 
 class OpenGraphTest extends TestCase