X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d676e1e824e0377cfcb1736dd1ff622e383d8d02..c89865b5741aeecf521ebecd47056f9ff2ca2a7c:/tests/OpenGraphTest.php diff --git a/tests/OpenGraphTest.php b/tests/OpenGraphTest.php index dd99b7bef..43389ad78 100644 --- a/tests/OpenGraphTest.php +++ b/tests/OpenGraphTest.php @@ -8,7 +8,6 @@ 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 Tests\Uploads\UsesImages;