Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 23, 2014
1 parent 4c1f1b6 commit 674b13d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/Tmdb/Factory/GenreFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ public function create(array $data = array())
return $this->hydrate(new Genre(), $data);
}

/**
* @param array $data
*
* @return Movie
*/
public function createMovie(array $data = array())
{
return $this->hydrate(new Movie(), $data);
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 674b13d

Please sign in to comment.