Skip to content

Commit

Permalink
Merge branch '3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Jun 14, 2023
2 parents dea2df9 + 46748db commit 3300e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/classes/BaseDashboardWidget.php
Expand Up @@ -19,7 +19,7 @@ public function __construct($controller, $properties = [])
parent::__construct($controller, $properties);

$this->properties = $this->validateProperties($properties);
$this->fillFromConfig($properties);
$this->fillFromConfig();
}

public function getPropertiesToSave()
Expand Down

0 comments on commit 3300e3d

Please sign in to comment.