]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageContentTest.php
Moved models to folder, renamed managers to tools
[bookstack] / tests / Entity / PageContentTest.php
index e97df2c7edd80725bb9e830f9cebf8146def5c69..6a7b58ffb62fbbe4b5f640c940a9ae4c23fef9dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Managers\PageContent;
+use BookStack\Entities\Tools\PageContent;
 use BookStack\Entities\Page;
 use Tests\TestCase;