- emoji refactoring

This commit is contained in:
Peter Papp
2021-02-27 09:44:43 +01:00
parent f38b265ba7
commit 92962aac17
5 changed files with 59 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ class Folder extends Model
];
protected $casts = [
'icon_emoji' => 'object',
'emoji' => 'array',
];
/**