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