Skip to content

Commit 195fc0b

Browse files
author
Alex Bomko
committed
MAGETWO-43826: Wrong autoload file in main composer.json
1 parent 54b85e9 commit 195fc0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/etc/NonComposerComponentRegistration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
$pathList[] = dirname(__DIR__) . '/code/*/*/cli_commands.php';
78
$pathList[] = dirname(__DIR__) . '/code/*/*/registration.php';
89
$pathList[] = dirname(__DIR__) . '/design/*/*/*/registration.php';
910
$pathList[] = dirname(__DIR__) . '/i18n/*/*/registration.php';

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@
226226
},
227227
"files": [
228228
"app/etc/NonComposerComponentRegistration.php",
229-
"app/code/Magento/SampleData/cli_commands.php"
230229
]
231230
},
232231
"autoload-dev": {

0 commit comments

Comments
 (0)