Browse Source

Merge branch 'develop'

master
Guillaume 2 years ago
parent
commit
c08bcdcd62
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Repository/Reminder/ReminderStore.php

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

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

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

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

Loading…
Cancel
Save