mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 06:55:05 +01:00
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
Block a user