]> BookStack Code Mirror - bookstack/commitdiff
Fixed changed namespaces for merged test
authorDan Brown <redacted>
Fri, 18 Dec 2020 20:04:48 +0000 (20:04 +0000)
committerDan Brown <redacted>
Fri, 18 Dec 2020 20:04:48 +0000 (20:04 +0000)
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;