diff --git a/bridges/FierPandaBridge.php b/bridges/FierPandaBridge.php deleted file mode 100644 index 75a02cf9..00000000 --- a/bridges/FierPandaBridge.php +++ /dev/null @@ -1,33 +0,0 @@ -find('article') as $article) { - - $item = array(); - - $item['uri'] = $article->find('a', 0)->href; - $item['title'] = $article->find('a', 0)->title; - - $this->items[] = $item; - - } - - } -}