]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ExportTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / ExportTest.php
index 5a94adac91c4b8d8dc46866f897e45f7057c3808..e022f92f5d66bf8f067faa8c6c838ff8331a135c 100644 (file)
@@ -1,8 +1,8 @@
 <?php namespace Tests\Entity;
 
 
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
 use BookStack\Uploads\HttpFetcher;
 use Illuminate\Support\Str;
 use Tests\TestCase;