Skip to content

Commit afa5203

Browse files
committed
Remove autoload mapping for database/factories in composer.json to clean up unused paths
1 parent bfc69e4 commit afa5203

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
},
3535
"autoload": {
3636
"psr-4": {
37-
"Step2Dev\\LazyBreadcrumb\\": "src/",
38-
"Step2Dev\\LazyBreadcrumb\\Database\\Factories\\": "database/factories/"
37+
"Step2Dev\\LazyBreadcrumb\\": "src/"
3938
}
4039
},
4140
"autoload-dev": {
@@ -81,4 +80,4 @@
8180
},
8281
"minimum-stability": "dev",
8382
"prefer-stable": true
84-
}
83+
}

0 commit comments

Comments
 (0)