Adding/editing incidents can now update a components status.

This commit is contained in:
James Brooks
2015-01-06 11:43:32 +00:00
parent c7b3811860
commit e7e79af5d9
9 changed files with 91 additions and 10 deletions
-2
View File
@@ -2,8 +2,6 @@
namespace CachetHQ\Cachet\Composers;
use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Incident;
use DateTime;
use DateTimeZone;
use Illuminate\Support\Facades\View;