diff --git a/modules/cms/classes/Controller.php b/modules/cms/classes/Controller.php index 0e2a38da2..13e611572 100644 --- a/modules/cms/classes/Controller.php +++ b/modules/cms/classes/Controller.php @@ -26,7 +26,6 @@ use October\Rain\Exception\AjaxException; use October\Rain\Exception\ValidationException; use October\Rain\Parse\Bracket as TextParser; use Illuminate\Http\RedirectResponse; -use Symfony\Component\HttpFoundation\Response as BaseResponse; /** * The CMS controller class.