Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas

This commit is contained in:
drigato 2015-01-13 15:50:20 -05:00
commit a4461dc79a
2 changed files with 6 additions and 1 deletions

View file

@ -140,4 +140,9 @@ class CcFiles extends BaseCcFiles {
return null;
}
public function getCcFileId()
{
return $this->id;
}
} // CcFiles