]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchApiController.php
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / app / Search / SearchApiController.php
index 14b946abc88ac0a6a6dd878239c3c19a5bb7f915..d1619e118672f7c0d217c4f4519ec6cbbe3458de 100644 (file)
@@ -4,7 +4,7 @@ namespace BookStack\Search;
 
 use BookStack\Api\ApiEntityListFormatter;
 use BookStack\Entities\Models\Entity;
-use BookStack\Http\Controllers\ApiController;
+use BookStack\Http\ApiController;
 use Illuminate\Http\Request;
 
 class SearchApiController extends ApiController