mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Updated models and tests to match.
This commit is contained in:
@@ -5,6 +5,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Component extends Model
|
||||
{
|
||||
|
||||
//
|
||||
|
||||
public function getDates()
|
||||
{
|
||||
return ['created_at', 'updated_at','deleted_at'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user