mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Eliminado contexto libro por defecto
This commit is contained in:
@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user