]> BookStack Code Mirror - bookstack/blobdiff - tests/CommandsTest.php
Fixes "bookshelf" pt_BR translation in "activities"
[bookstack] / tests / CommandsTest.php
index 25516c31732bd04ae2ba9f6dc8743305b6b245be..1533df7927f45578e3f35497c7a4c7afb49cbf83 100644 (file)
@@ -1,9 +1,9 @@
 <?php namespace Tests;
 
-use BookStack\JointPermission;
-use BookStack\Page;
-use BookStack\Repos\EntityRepo;
-use BookStack\User;
+use BookStack\Auth\Permissions\JointPermission;
+use BookStack\Entities\Page;
+use BookStack\Entities\EntityRepo;
+use BookStack\Auth\User;
 
 class CommandsTest extends TestCase
 {