]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/ExportPermissionsTest.php
Fleshed out and checked over theme system docs
[bookstack] / tests / Permissions / ExportPermissionsTest.php
index 32ee9e7d6d66f209d8cd14653a6c6423fc147f68..e5a1146a59b8803fdb0073cd566863b617505a89 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace Tests\Permissions;
 
-use BookStack\Entities\Book;
-use BookStack\Entities\Chapter;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Chapter;
 use Illuminate\Support\Str;
 use Tests\TestCase;