Implement events for cron expenses; add processing of daily/monthly expenses #136
This commit is contained in:
@@ -41,6 +41,13 @@ class JournalTransaction extends BaseModel
|
||||
'tags' => 'array',
|
||||
];
|
||||
|
||||
protected $dateFormat = 'Y-m-d';
|
||||
protected $dates = [
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'post_date',
|
||||
];
|
||||
|
||||
/**
|
||||
* Callbacks
|
||||
* @throws \UnexpectedValueException
|
||||
|
||||
Reference in New Issue
Block a user