Skip to content

Commit

Permalink
remove rss writer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 11, 2014
1 parent abb1987 commit 6a7e484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/PSX/Dependency/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public function getWriterFactory()
$writer->addWriter(new Writer\Atom());
$writer->addWriter(new Writer\Form());
$writer->addWriter(new Writer\Jsonp());
$writer->addWriter(new Writer\Rss());
$writer->addWriter(new Writer\Soap());
$writer->addWriter(new Writer\Xml());

Expand Down

0 comments on commit 6a7e484

Please sign in to comment.