mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +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