This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Correctif mineur
develop
Fabien Normand
3 years ago
parent
5fec05b1c6
commit
124ab760f1
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
+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()
Write
Preview
Loading…
Cancel
Save