mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Pass quota limit as a console method
This commit is contained in:
parent
120f56fad7
commit
cb38447feb
10 changed files with 148 additions and 164 deletions
|
@ -66,9 +66,9 @@ namespace controllers\internals;
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
public get_events_by_type_and_date_for_user (int $id_user, string $type, \DateTime $since, ?\DateTime $until = null)
|
||||
public function get_events_by_type_and_date_for_user (int $id_user, string $type, \DateTime $since, ?\DateTime $until = null)
|
||||
{
|
||||
$this->get_model->get_events_by_type_and_date_for_user ($id_user, $type, $since, $until);
|
||||
$this->get_model()->get_events_by_type_and_date_for_user ($id_user, $type, $since, $until);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue