Skip to content

Commit

Permalink
Update Helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 28, 2024
1 parent 277a54c commit 5eb318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function ini()
foreach (array_keys(Config::get('amethyst')) as $config) {
foreach (Config::get('amethyst.'.$config.'.data', []) as $nameData => $data) {
if ($manager = Arr::get($data, 'manager')) {
$this->addData($nameData, new $manager());
$this->addData($nameData, new $manager(null, false));
}
}
}
Expand Down

0 comments on commit 5eb318b

Please sign in to comment.