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