mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix settings controllers and models
This commit is contained in:
parent
65ab7a4b1b
commit
0442f8a9a6
5 changed files with 8 additions and 10 deletions
|
@ -20,9 +20,9 @@ namespace models;
|
|||
/**
|
||||
* Return array of all settings.
|
||||
*/
|
||||
public function all(): array
|
||||
public function get_all(): array
|
||||
{
|
||||
return $this->_select('setting', [], '', false);
|
||||
return $this->_select('setting');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue