Eliminado contexto libro por defecto

This commit is contained in:
imnavajas
2025-06-02 11:30:36 +02:00
parent e732b36ece
commit a12f034daa
2 changed files with 2 additions and 18 deletions

View File

@ -19,7 +19,7 @@ class IdentificadorIsknModel extends Model
/**
* Crea un nuevo registro con un ISKN único y lo devuelve.
*/
public function newIskn(string $contexto = 'libro'): string
public function newIskn(string $contexto = ''): string
{
$iskn = $this->generarIsknUnico($contexto);
$this->insert(['iskn' => $iskn]);