Fix salvataggio componente da plugin

This commit is contained in:
valentina 2024-07-10 15:29:05 +02:00
parent 0a5690b9c7
commit 0f06b48426
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ $elenchi = [
], ],
]; ];
$plugin = Plugin::where('name', 'Componenti')->first()->id; $plugin = Plugin::where('name', 'Componenti')->first();
$module = $plugin->module; $module = $plugin->module;
// Generazione elenchi HTML // Generazione elenchi HTML