Update ShowConfiguracion.php
This commit is contained in:
@@ -147,7 +147,7 @@ class ShowConfiguracion extends Component
|
|||||||
|
|
||||||
public function updateCatalogo()
|
public function updateCatalogo()
|
||||||
{
|
{
|
||||||
$configuracion = Configuracione::first();
|
$configuracion = Configuracione::orderby('id', 'desc')->first();
|
||||||
|
|
||||||
if ($this->catalogo) {
|
if ($this->catalogo) {
|
||||||
$nombreCatalogo = Str::random(10) . '.pdf';
|
$nombreCatalogo = Str::random(10) . '.pdf';
|
||||||
|
|||||||
Reference in New Issue
Block a user