reset on construct

This commit is contained in:
Gert
2015-04-01 16:51:24 +02:00
parent e014b12626
commit 96b2b327b2

View File

@@ -58,6 +58,7 @@ class Medium extends Data implements RenderableInterface
parent::__construct($items, $blueprint);
$this->def('mime', 'application/octet-stream');
$this->reset();
}
/**