update default param of content model
This commit is contained in:
@@ -34,7 +34,8 @@ class Content extends BaseContent
|
||||
|
||||
public function getDefaultFolderId()
|
||||
{
|
||||
//@TODO update contentFolder Table, adding by_default column
|
||||
//@TODO update contentFolder Table, adding by_default column and change this code for returnin good value
|
||||
return $this->getFolders()->getFirst()->getId();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user