Added missing property definitions
This commit is contained in:
parent
6399afd799
commit
4b907f6121
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ class ApiFileOutput
|
||||||
{
|
{
|
||||||
public $fileContent;
|
public $fileContent;
|
||||||
public $fileName;
|
public $fileName;
|
||||||
|
public $lastModified;
|
||||||
|
public $mimeType;
|
||||||
|
|
||||||
public function __construct($filePath, $fileName)
|
public function __construct($filePath, $fileName)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue