Restore add incident update functionality

This commit is contained in:
Nico Stapelbroek
2018-01-13 15:47:31 +01:00
parent 532d8a20c5
commit 700c936662
2 changed files with 1 additions and 1 deletions

View File

@@ -309,7 +309,7 @@ class IncidentController extends Controller
*/
public function showCreateIncidentUpdateAction(Incident $incident)
{
return View::make('dashboard.incidents.update')->withIncident($incident);
return View::make('dashboard.incidents.updates.add')->withIncident($incident);
}
/**