Removed empty constructor.

This commit is contained in:
Rudi Grinberg 2012-09-10 16:08:21 -04:00
parent c90ead9ef2
commit af225418c4
1 changed files with 0 additions and 5 deletions

View File

@ -51,11 +51,6 @@ class Application_Model_StoredFile
"owner_id" => "DbOwnerId"
);
public function __construct()
{
}
public function getId()
{
return $this->_file->getDbId();