]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Controllers/PageApiController.php
Comments: Fixed failing tests due to unset template variable
[bookstack] / app / Entities / Controllers / PageApiController.php
index 45c858da28cac2843ceb948862e3aa2b1bf0033b..28dd36f973e0d487f74bc6be8b0af30e3bf986c8 100644 (file)
@@ -7,7 +7,7 @@ use BookStack\Entities\Models\Chapter;
 use BookStack\Entities\Models\Page;
 use BookStack\Entities\Repos\PageRepo;
 use BookStack\Exceptions\PermissionsException;
-use BookStack\Http\Controllers\ApiController;
+use BookStack\Http\ApiController;
 use Exception;
 use Illuminate\Http\Request;