<?php
return [
'type_text' => [
\App\Models\SeedBoxRecord::TYPE_USER => 'Utente',
\App\Models\SeedBoxRecord::TYPE_ADMIN => 'Amministratore',
],
];