feat: elimina referencia a la descarga de APK en el seeder de roles
This commit is contained in:
parent
15d42dbcec
commit
1566c891a5
@ -194,7 +194,7 @@ public function run(): void
|
||||
// Constancias
|
||||
$tagIndex, $tagCreate, $tagEdit, $tagDestroy,
|
||||
//app
|
||||
$apkIndex, $apkEdit, $apkDestroy, $apkDownload,
|
||||
$apkIndex
|
||||
);
|
||||
|
||||
// Encargado
|
||||
@ -219,8 +219,6 @@ public function run(): void
|
||||
$packageIndex, $packageCreate, $packageEdit, $packageDestroy, $packageBoxTags,
|
||||
// Constancias
|
||||
$tagIndex, $tagCreate, $tagEdit, $tagDestroy, $tagAssignToModule,
|
||||
//app
|
||||
$apkDownload,
|
||||
);
|
||||
|
||||
// Perito
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user