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