From 3874b533be579f539b3e4456a3a83cf7c59f6c3c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 13 Jul 2016 14:41:59 +0100 Subject: [PATCH] Fix Feed import --- app/Http/Controllers/Dashboard/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 44a017c9..e954d954 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -11,7 +11,7 @@ namespace CachetHQ\Cachet\Http\Controllers\Dashboard; -use CachetHQ\Cachet\Integrations\Feed; +use CachetHQ\Cachet\Integrations\Contracts\Feed; use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\Incident;