Changes to dev api for new site

This commit is contained in:
2020-01-24 23:37:47 +01:00
parent 1b4eabb75f
commit deb8deb40d
5 changed files with 72 additions and 36 deletions

View File

@@ -5,6 +5,7 @@ namespace Model;
class NewsImage extends Model {
public $id;
public $title;
public $author;
public $url;
public function __construct($data, $urlPrefix = '/') {