Skip to content

Commit

Permalink
Refactor BaseDashboardWidget.php to no longer pass $properties to fil…
Browse files Browse the repository at this point in the history
…lFromConfig() method.

Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jun 14, 2023
1 parent e564134 commit 46748db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/classes/BaseDashboardWidget.php
Original file line number Diff line number Diff line change
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 46748db

Please sign in to comment.