feat: elimina referencia a la descarga de APK en el seeder de roles

This commit is contained in:
Juan Felipe Zapata Moreno 2026-03-12 13:14:15 -06:00
parent 15d42dbcec
commit 1566c891a5

View File

@ -194,7 +194,7 @@ public function run(): void
// Constancias // Constancias
$tagIndex, $tagCreate, $tagEdit, $tagDestroy, $tagIndex, $tagCreate, $tagEdit, $tagDestroy,
//app //app
$apkIndex, $apkEdit, $apkDestroy, $apkDownload, $apkIndex
); );
// Encargado // Encargado
@ -219,8 +219,6 @@ public function run(): void
$packageIndex, $packageCreate, $packageEdit, $packageDestroy, $packageBoxTags, $packageIndex, $packageCreate, $packageEdit, $packageDestroy, $packageBoxTags,
// Constancias // Constancias
$tagIndex, $tagCreate, $tagEdit, $tagDestroy, $tagAssignToModule, $tagIndex, $tagCreate, $tagEdit, $tagDestroy, $tagAssignToModule,
//app
$apkDownload,
); );
// Perito // Perito