We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4a86d commit f1711a3Copy full SHA for f1711a3
app/Http/Controllers/HomeController.php
@@ -105,7 +105,7 @@ public function index(Request $request)
105
from
106
controls c1 left join controls c2 on c2.next_id=c1.id
107
left join domains on c1.domain_id=domains.id
108
- where (c1.realisation_date is null) and (c1.plan_date < NOW() + INTERVAL 30 DAY)
+ where (c1.realisation_date is null) and (c1.plan_date < NOW() + INTERVAL \'30 DAY\')
109
order by c1.plan_date'
110
);
111
0 commit comments