Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 6c78671

Browse files
authored
Merge pull request #52 from 8fold/feed-rss
Update Channel.php
2 parents b8914ef + 5df258b commit 6c78671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Feed/Rss/Channel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function unfold(): string
7979
Element::channel(
8080
...Shoop::array($this->content)
8181
->each(function($item) {
82-
dd($item->unfold());
8382
return $item->unfold();
8483
})
8584
)

0 commit comments

Comments
 (0)