]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/SearchOptionsTest.php
Added "page_include_parse" theme event
[bookstack] / tests / Entity / SearchOptionsTest.php
index 25a0ae7209572b18145e1cf9411c8fff4b2edd93..cac9c67f145f5780c6be173849162693bf295120 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Tests\Entity;
 
-use BookStack\Entities\Tools\SearchOptions;
+use BookStack\Search\SearchOptions;
 use Tests\TestCase;
 
 class SearchOptionsTest extends TestCase