I think you need to flip your operators to >=
?
$query->where( 'created_at', '>=', Carbon::create($anno, 1, 1, 0, 0, 0) );
Nice catch, i was working late last night i totally missed it. Thank you very much!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community