Modifiche all'importazione dei file di ING e visualizzazioni categorie

This commit is contained in:
2024-07-19 11:35:38 +00:00
parent 53c984c315
commit 337504b127
6 changed files with 13 additions and 9 deletions

View File

@@ -16,7 +16,8 @@ class tag extends Model
public static function getApiList()
{
return self::select('tag_name')->pluck('tag_name');
//return self::select('tag_name')->pluck('tag_name');
return self::all()->sortBy('tag_name');
}
public static function inserisci($param) {