mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
fix style
This commit is contained in:
parent
cc233f726a
commit
aac464704e
34 changed files with 147 additions and 107 deletions
|
@ -93,9 +93,9 @@ namespace models;
|
|||
return [];
|
||||
}
|
||||
|
||||
$query = '
|
||||
$query = '
|
||||
SELECT * FROM `' . $this->get_table_name() . '`
|
||||
WHERE id_user = :id_user
|
||||
WHERE id_user = :id_user
|
||||
AND id ';
|
||||
|
||||
$params = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue