Fix salvataggio componente da plugin
This commit is contained in:
parent
0a5690b9c7
commit
0f06b48426
|
@ -67,7 +67,7 @@ $elenchi = [
|
|||
],
|
||||
];
|
||||
|
||||
$plugin = Plugin::where('name', 'Componenti')->first()->id;
|
||||
$plugin = Plugin::where('name', 'Componenti')->first();
|
||||
$module = $plugin->module;
|
||||
|
||||
// Generazione elenchi HTML
|
||||
|
|
Loading…
Reference in New Issue