Skip to content

Commit

Permalink
exclude aModuleExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid committed Jul 18, 2018
1 parent 72bc9fc commit 7ee06b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/ConfigExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ public function getGlobalExcludedFields()
protected function _getDefaultExcludeFields()
{
return [
'aModuleControllers'
'aModuleControllers',
'aModuleExtensions'
];
}

Expand Down

0 comments on commit 7ee06b5

Please sign in to comment.