From f46c690d9c007235b6c22a3278f620621b29aee2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 1 Jan 2015 17:23:49 +0000 Subject: [PATCH] Added a missing import Fixes #205. --- src/Controllers/DashSettingsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controllers/DashSettingsController.php b/src/Controllers/DashSettingsController.php index 0e11bbe7..54241193 100644 --- a/src/Controllers/DashSettingsController.php +++ b/src/Controllers/DashSettingsController.php @@ -5,6 +5,7 @@ namespace CachetHQ\Cachet\Controllers; use Exception; use Illuminate\Routing\Controller; use Illuminate\Support\Facades\Input; +use Illuminate\Support\Facades\Redirect; use Illuminate\Support\Facades\View; use Setting;