]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ChaptersApiTest.php
Code cleanup, bug squashing
[bookstack] / tests / Api / ChaptersApiTest.php
index 15a44459ee3b4750a9e59e615224574fc7866299..422631c3af9e9bb674da98333d74a94a0c63bca2 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace Tests\Api;
 
-use BookStack\Entities\Book;
-use BookStack\Entities\Chapter;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Chapter;
 use Tests\TestCase;
 
 class ChaptersApiTest extends TestCase