Add fields to SoundCloud upload
This commit is contained in:
parent
f26559c0c6
commit
e44e0de534
2 changed files with 8 additions and 1 deletions
|
@ -73,6 +73,9 @@ class Application_Model_StoredFile
|
|||
return $this->_file->getDbFtype();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return CcFiles
|
||||
*/
|
||||
public function getPropelOrm()
|
||||
{
|
||||
return $this->_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue