diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Api/File.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/File.php b/app/Api/File.php index 11c48404..65dff729 100644 --- a/app/Api/File.php +++ b/app/Api/File.php @@ -36,7 +36,7 @@ class File extends Base return ''; } - public function createFile($project_id, $task_id, $filename, $is_image, &$blob) + public function createFile($project_id, $task_id, $filename, $is_image, $blob) { return $this->file->uploadContent($project_id, $task_id, $filename, $is_image, $blob); } |