Remove unused import

This commit is contained in:
Samuel Georges 2019-11-02 19:42:09 +11:00
parent 63f65a3f25
commit 1df8e72e4a

View File

@ -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.