mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Update received
This commit is contained in:
parent
29cd7edd5d
commit
1dfebd1df7
7 changed files with 18 additions and 18 deletions
|
@ -89,7 +89,7 @@ namespace controllers\publics;
|
|||
$now = $now->format('Y-m-d H:i:s');
|
||||
|
||||
$sendeds = $this->internal_sended->get_by_target($number);
|
||||
$receiveds = $this->internal_received->get_by_send_by($number);
|
||||
$receiveds = $this->internal_received->get_by_origin($number);
|
||||
$scheduleds = $this->internal_scheduled->get_before_date_for_number($now, $number);
|
||||
|
||||
$messages = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue