Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
removed make() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Feb 7, 2016
1 parent ffb78ea commit 4c7a0e3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Roumen/Feed/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ class Feed
*/
private $customView = null;

/**
* Returns new instance of Feed class
*
* @return Feed
*/
public static function make()
{
return new Feed();
}

/**
* Add new item to $items array
*
Expand Down

0 comments on commit 4c7a0e3

Please sign in to comment.