aboutsummaryrefslogtreecommitdiff
path: root/model/StreamList.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--model/StreamList.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/model/StreamList.php b/model/StreamList.php
index 4fd035e..531a787 100644
--- a/model/StreamList.php
+++ b/model/StreamList.php
@@ -1,6 +1,7 @@
<?php
-class StreamList implements AggregateIterator {
+class StreamList implements AggregateIterator
+{
private $streams = array();
public function getIterator() {