Store full datetime in post_date; recalculate finances on every pirep

This commit is contained in:
Nabeel Shahzad
2018-03-17 22:20:08 -05:00
parent 6fa724d7b7
commit 6b002f24a8
10 changed files with 52 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ class JournalTransaction extends BaseModel
'tags' => 'array',
];
protected $dateFormat = 'Y-m-d';
//protected $dateFormat = 'Y-m-d';
protected $dates = [
'created_at',
'updated_at',