]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/RestrictionsTest.php
Update entities.php
[bookstack] / tests / Permissions / RestrictionsTest.php
index cc4211843c125c2d52643800443102860a2f20dd..351132ffef908eb4e0fcf02fc9f98b903116fb97 100644 (file)
@@ -5,7 +5,7 @@ use BookStack\Entities\Bookshelf;
 use BookStack\Entities\Chapter;
 use BookStack\Entities\Entity;
 use BookStack\Auth\User;
-use BookStack\Entities\EntityRepo;
+use BookStack\Entities\Repos\EntityRepo;
 use BookStack\Entities\Page;
 
 class RestrictionsTest extends BrowserKitTest