]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageContentTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / PageContentTest.php
index e97df2c7edd80725bb9e830f9cebf8146def5c69..51a8568bfa9a7e8a32e45b844da214b7f4592aa1 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Managers\PageContent;
-use BookStack\Entities\Page;
+use BookStack\Entities\Tools\PageContent;
+use BookStack\Entities\Models\Page;
 use Tests\TestCase;
 
 class PageContentTest extends TestCase