add stats about credit in use account and update dates for home graph

This commit is contained in:
osaajani 2021-06-14 19:48:42 +02:00
parent 03ae69b82a
commit c3637ab3ab
9 changed files with 90 additions and 31 deletions

View file

@ -39,7 +39,7 @@ namespace models;
FROM quota
WHERE id_user = :id_user
AND start_date <= :at
AND end_date > :at';
AND expiration_date > :at';
$params = [
'id_user' => $id_user,