Do happy to NC app:check.. =)

This commit is contained in:
Matias De lellis
2018-12-14 10:45:39 -03:00
parent b899ca2381
commit d1d1f1a2f6
3 changed files with 8 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ class NoteService {
$note = $this->mapper->find($id, $userId);
$note->setTitle($title);
$note->setContent($content);
$note->setColor($color)
$note->setColor($color);
return $this->mapper->update($note);
} catch(Exception $e) {
$this->handleException($e);