This commit is contained in:
James Brooks 2015-03-08 15:05:59 +00:00
parent 49c56ec915
commit ac4a5c926d

View File

@ -157,7 +157,7 @@ class DashScheduleController extends Controller
public function editScheduleAction(Incident $schedule)
{
$scheduleData = Binput::get('incident');
$scheduleData['user_id'] = Auth::user()->id
$scheduleData['user_id'] = Auth::user()->id;
// Parse the schedule date.
$scheduledAt = Carbon::createFromFormat('d/m/Y H:i', $scheduleData['scheduled_at']);