]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/SearchOptions.php
Extend /users API endpoint
[bookstack] / app / Entities / Tools / SearchOptions.php
index a121bd7939cbc6eb4e6ccd18e96e21dcf1e7f992..6c03c57a6105ce7a36e4c311e2b2f75ba3b13149 100644 (file)
@@ -1,4 +1,4 @@
-<?php namespace BookStack\Entities;
+<?php namespace BookStack\Entities\Tools;
 
 use Illuminate\Http\Request;
 
@@ -137,5 +137,4 @@ class SearchOptions
 
         return $string;
     }
-
-}
\ No newline at end of file
+}