mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Create link types when they do not exist in verify routine. #826
This commit is contained in:
@@ -37,6 +37,9 @@ class LinkType extends Model
|
||||
'editable' => 'boolean',
|
||||
];
|
||||
|
||||
/** @var array */
|
||||
protected $fillable = ['name', 'inward', 'outward', 'editable'];
|
||||
|
||||
/**
|
||||
* @param $value
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user