Fix typo assign

This commit is contained in:
Joseph Cohen
2015-08-13 23:38:54 -05:00
parent b68647df8e
commit 8b0f1033e5

View File

@@ -109,7 +109,7 @@ class ScheduleController extends Controller
$scheduleData['status'] = 0;
try {
Incident::create($scheduleData);
$incident = Incident::create($scheduleData);
} catch (ValidationException $e) {
return Redirect::route('dashboard.schedule.add')
->withInput(Binput::all())