回答編集履歴

1

修正

2022/01/06 00:22

投稿

phper.k
phper.k

スコア3923

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