Skip to content

Commit 4ca9932

Browse files
Merge pull request #187 from magento/MCLOUD-5668
MCLOUD-5668: Fix hooks section in Cloud Docker
2 parents 337d0ee + 73e1ff8 commit 4ca9932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config/Source/CloudSource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public function read(): Repository
136136
$repository,
137137
$appConfig['name']
138138
);
139+
$repository->set(self::HOOKS, $appConfig['hooks'] ?? []);
139140

140141
return $repository;
141142
}

0 commit comments

Comments
 (0)