mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-11 10:46:26 +02:00
Update all controllers to standard behavior
This commit is contained in:
parent
18c7cb019d
commit
ccfc69baca
25 changed files with 112 additions and 125 deletions
models
|
@ -225,10 +225,8 @@ namespace models;
|
|||
* @param string $destination : Number who sent the message
|
||||
* @return array
|
||||
*/
|
||||
public function gets_by_destination_for_user(int $id_user, string $destination)
|
||||
public function gets_by_destination_and_user(int $id_user, string $destination)
|
||||
{
|
||||
$nb_entry = (int) $nb_entry;
|
||||
|
||||
$query = '
|
||||
SELECT *
|
||||
FROM sended
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue