We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abcbf9 commit 64c82cdCopy full SHA for 64c82cd
src/Environment/Command/Container/Php.php
@@ -214,7 +214,7 @@ private function _editCustomWebroot()
214
);
215
216
$apacheConfigDirPath = '../config/apache';
217
- $absoluteApacheConfigDirPath = $path . '/' . $apacheConfigDirPath
+ $absoluteApacheConfigDirPath = $path . '/' . $apacheConfigDirPath;
218
219
// generate apache config file
220
if (!$this->_fs->exists($absoluteApacheConfigDirPath)) {
0 commit comments