mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Do happy to NC app:check.. =)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user