Skip to content

Commit 73e1ff8

Browse files
MCLOUD-5668: Fix hooks section in Cloud Docker
1 parent 337d0ee commit 73e1ff8

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)