Skip to content

Commit

Permalink
D3FileUploadWidget error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersoftware-lv committed Sep 21, 2020
1 parent cd3c74d commit 23c3fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/D3FilesUploadWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class D3FilesUploadWidget extends D3Widget
public function init(): void
{
if (!$this->options) {
`` $this->options = ['multiple' => true];
$this->options = ['multiple' => true];
}

if ($this->model && property_exists($this->model, 'd3filesControllerRoute')) {
Expand Down

0 comments on commit 23c3fa2

Please sign in to comment.