mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-14 02:20:46 +01:00
fix: compatibilità modulo gestione sms
This commit is contained in:
parent
4b12da8a7b
commit
a9a2acffcd
@ -129,7 +129,7 @@ class ButtonManager implements ManagerInterface
|
|||||||
$query->orderBy('title');
|
$query->orderBy('title');
|
||||||
}])->get()->toArray();
|
}])->get()->toArray();
|
||||||
} elseif ($options['type'] == 'sms') {
|
} elseif ($options['type'] == 'sms') {
|
||||||
$results = TemplateSMS::where('id_module', $options['id_module'])->orderBy('title')->get()->toArray();
|
$results = TemplateSMS::where('id_module', $options['id_module'])->orderBy('name')->get()->toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $results;
|
return $results;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user