Add fields to SoundCloud upload

This commit is contained in:
Duncan Sommerville 2015-06-24 15:46:53 -04:00
parent f26559c0c6
commit e44e0de534
2 changed files with 8 additions and 1 deletions

View file

@ -73,6 +73,9 @@ class Application_Model_StoredFile
return $this->_file->getDbFtype();
}
/**
* @return CcFiles
*/
public function getPropelOrm()
{
return $this->_file;