Skip to content

Commit

Permalink
Fixed configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 20, 2015
1 parent 34ae341 commit 2fc378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/src/MShop/Customer/Manager/Address/Laravel.php
Expand Up @@ -263,7 +263,7 @@ public function getSubManager( $manager, $name = null )
*/
protected function _getConfigPath()
{
return 'mshop/customer/manager/address/laravel/item/';
return 'mshop/customer/manager/address/laravel/item';
}


Expand Down

0 comments on commit 2fc378a

Please sign in to comment.