More code for import routine.

This commit is contained in:
James Cole
2017-06-22 21:50:10 +02:00
parent cddaccb7f7
commit edb355941c
9 changed files with 275 additions and 113 deletions

View File

@@ -133,6 +133,9 @@ class Tag extends Model
*/
public function getTagAttribute($value)
{
if(is_null($value)) {
return null;
}
return Crypt::decrypt($value);
}