This commit is contained in:
Dominik Liebler
2013-09-13 14:30:24 +02:00
parent 8b82ed198d
commit 8d6d4584b1
6 changed files with 53 additions and 17 deletions

View File

@@ -16,5 +16,5 @@ interface MediaInterface
*
* @return string
*/
function render();
public function render();
}