]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ExportTest.php
Merge branch 'v0.30.x'
[bookstack] / tests / Entity / ExportTest.php
index b1e6eb5fb712f673ab29d362218d64c4ce2d9ba0..7c56a7268aead1f91817b3d17274cd456e73d255 100644 (file)
@@ -1,7 +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 Illuminate\Support\Facades\Storage;
 use Illuminate\Support\Str;
 use Tests\TestCase;
@@ -188,4 +189,4 @@ class ExportTest extends TestCase
         $resp->assertSee('src="/uploads/svg_test.svg"');
     }
 
-}
\ No newline at end of file
+}