feat: add ability to add a comment after you rate your day (#2266)

This commit is contained in:
Régis Freyd
2019-01-07 19:17:51 -05:00
committed by GitHub
parent 264c25b6cd
commit 5e8052b760
13 changed files with 248 additions and 171 deletions
@@ -88,6 +88,7 @@ class JournalController extends Controller
$day = auth()->user()->account->days()->create([
'date' => now(DateHelper::getTimezone()),
'rate' => $request->get('rate'),
'comment' => $request->get('comment'),
]);
// Log a journal entry