Skip to content

Commit

Permalink
Merge tag '8.11.2' into develop
Browse files Browse the repository at this point in the history
page data set as array
  • Loading branch information
Fw7424 committed Oct 8, 2024
2 parents a476907 + 82264b7 commit 57d8a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Repositories/PromoRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function manipulateGlobalPromos(array $promos, array $groups, array $data
if(!empty($hero)) {
$hero_key = array_key_first($hero);
$promos['hero'] = $promos['components'][$hero_key]['data'];
config(['base.hero_full_controllers' => $data['page']['controller']]);
config(['base.hero_full_controllers' => [$data['page']['controller']]]);
unset($promos['components'][$hero_key]);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base",
"private": true,
"version": "8.11.1",
"version": "8.11.2",
"description": "",
"scripts": {
"dev": "npm run development",
Expand Down

0 comments on commit 57d8a81

Please sign in to comment.