Skip to content

Commit

Permalink
Merge pull request #7185 in SW/shopware from sw-20236/5.5/fix-kernel-…
Browse files Browse the repository at this point in the history
…root-dir to 5.5

* commit '9eca3cbd5635b5f41d85a1197b3c653d9d33dff8':
  SW-20236 - Fix kernel.root_dir
  • Loading branch information
soebbing committed Nov 30, 2018
2 parents 1d84c2a + 9eca3cb commit a21bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/Shopware/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public function isDebug()
*/
public function getRootDir()
{
return dirname(dirname(__DIR__)) . '/';
return dirname(dirname(__DIR__));
}

/**
Expand Down

0 comments on commit a21bf61

Please sign in to comment.