回答編集履歴
1
修正
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
$collection->filter(function ($item) {
|
23
|
+
$collection = $collection->filter(function ($item) {
|
24
24
|
|
25
25
|
return Str::is('2021-12-12 *', $item['toc']);
|
26
26
|
|