load('appointment'); $application->appointment->meetingNotes = $noteText; $application->appointment->save(); return true; } else { throw new InvalidAppointmentException('There\'s no appointment to save notes to!'); } } }