Skip to content

Commit c5c079c

Browse files
fix: 🐛 fix service provider not found
1 parent 9966db8 commit c5c079c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@
4242
},
4343
"autoload": {
4444
"psr-4": {
45-
"VendorName\\Skeleton\\": "src/",
46-
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories/"
45+
"SanSanLabs\\Userstamps\\": "src/"
4746
}
4847
},
4948
"autoload-dev": {
5049
"psr-4": {
51-
"VendorName\\Skeleton\\Tests\\": "tests/",
50+
"SanSanLabs\\Userstamps\\Tests\\": "tests/",
5251
"Workbench\\App\\": "workbench/app/"
5352
}
5453
},

0 commit comments

Comments
 (0)