]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ApiListingTest.php
Code cleanup, bug squashing
[bookstack] / tests / Api / ApiListingTest.php
index bb4920cc3667d35d5c52ec3df904515a817cd602..c3d9bc10888d51e91bc1a584cadabf6ff27b3642 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Api;
 
-use BookStack\Entities\Book;
+use BookStack\Entities\Models\Book;
 use Tests\TestCase;
 
 class ApiListingTest extends TestCase