summaryrefslogtreecommitdiffstats
path: root/feed.bl.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-03-06 10:27:50 +0100
committerAlessandro Cosentino <cosenal@gmail.com>2013-03-06 10:27:50 +0100
commit3c87c2be39c609a3d68c133358ab91a40480b745 (patch)
tree0fa508a1552c34ef55ab9cfbd175d2fc5af4c8f6 /feed.bl.php
parentc4349e0c2ee6a6600b8e661e776c2e1a4b131e0e (diff)
api calls are anonymous functions now
Diffstat (limited to 'feed.bl.php')
-rw-r--r--feed.bl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.bl.php b/feed.bl.php
index 30dc5f4c3..0ddd8ac80 100644
--- a/feed.bl.php
+++ b/feed.bl.php
@@ -2,7 +2,7 @@
namespace OCA\News;
-class FeedBL {
+class FeedBl {
public function __construct($feedMapper){
$this->feedMapper = $feedMapper;