mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
More code for import routine.
This commit is contained in:
@@ -133,6 +133,9 @@ class Tag extends Model
|
||||
*/
|
||||
public function getTagAttribute($value)
|
||||
{
|
||||
if(is_null($value)) {
|
||||
return null;
|
||||
}
|
||||
return Crypt::decrypt($value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user