mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
Addign fixtures for doc acl and document categories
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user