Addign fixtures for doc acl and document categories

This commit is contained in:
2018-09-11 13:56:10 +02:00
parent 170795d92f
commit c02ae50fb6
6 changed files with 158 additions and 12 deletions

View File

@@ -129,17 +129,6 @@ class StoredObject implements AsyncFileInterface
return $this->getFilename();
}
public function setAsyncFile(/*AsyncFileInterface*/ $async)
{
dump($async);
//$this->setFilename($async->getObjectName());
}
public function getAsyncFile()
{
return $this;
}
public function getKeyInfos()
{
return $this->keyInfos;