Update ShowConfiguracion.php
This commit is contained in:
@@ -151,7 +151,7 @@ class ShowConfiguracion extends Component
|
||||
|
||||
if ($this->catalogo) {
|
||||
$nombreCatalogo = Str::random(10) . '.pdf';
|
||||
$urlCatalogo = $this->catalogo->storeAs('`photo`', $nombreCatalogo);
|
||||
$urlCatalogo = $this->catalogo->storeAs('photos', $nombreCatalogo);
|
||||
} else {
|
||||
$urlCatalogo = $configuracion->catalogo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user