mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
add redirection to wopi after doc generation
This commit is contained in:
@@ -37,14 +37,14 @@ class StoredObject implements AsyncFileInterface
|
||||
/**
|
||||
* @ORM\Column(type="json_array", name="key")
|
||||
*/
|
||||
private array $keyInfos;
|
||||
private array $keyInfos = [];
|
||||
|
||||
/**
|
||||
*
|
||||
* @var int[]
|
||||
* @ORM\Column(type="json_array", name="iv")
|
||||
*/
|
||||
private array $iv;
|
||||
private array $iv = [];
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="datetime", name="creation_date")
|
||||
@@ -59,7 +59,7 @@ class StoredObject implements AsyncFileInterface
|
||||
/**
|
||||
* @ORM\Column(type="json_array", name="datas")
|
||||
*/
|
||||
private array $datas;
|
||||
private array $datas = [];
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user