回答編集履歴
1
修正
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
->whereDate('first_delivery_date', '>=', Carbon::today())
|
6
6
|
|
7
|
-
->whereDate('first_delivery_date', '=<', Carbon::today()->addMonth
|
7
|
+
->whereDate('first_delivery_date', '=<', Carbon::today()->addMonthNoOverflow())
|
8
8
|
|
9
9
|
->get();
|
10
10
|
|