]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageRevisionTest.php
Fixed some mis-refactoring and split search service
[bookstack] / tests / Entity / PageRevisionTest.php
index 1e9dbd626b78fd011184e3549cbf239578365b6a..6eaea129c0ace0a333393bc853b09dc2fb9934f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use BookStack\Entities\Repos\PageRepo;
 use Tests\TestCase;