Skip to content

Commit

Permalink
Fix registration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
manelio committed May 14, 2019
1 parent fdbe9de commit 56511eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration.php
Expand Up @@ -2,7 +2,7 @@
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'EcommPro_CustomCurrency',
isset($file) ? dirname($file) : __DIR__
isset($file) ? realpath(dirname($file)) : __DIR__
);

require_once(__DIR__ . '/override/CurrencyBundle.php');

0 comments on commit 56511eb

Please sign in to comment.