Sfoglia il codice sorgente

Merge branch 'develop'

master
Guillaume 2 anni fa
parent
commit
c08bcdcd62
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      Repository/Reminder/ReminderStore.php

+ 0
- 2
Repository/Reminder/ReminderStore.php Vedi File

@@ -65,8 +65,6 @@ class ReminderStore extends AbstractStore implements ReminderStoreInterface
{
$query = $this->createDefaultQuery($query);

$query = $this->query->create();

$query
->filterByUser($user)
->filterIsNotDone()

Loading…
Annulla
Salva