Skip to content

Commit

Permalink
Change psr-4 autoload folders
Browse files Browse the repository at this point in the history
  • Loading branch information
kktsvetkov committed Jun 9, 2021
1 parent 28f44d4 commit 41d3d90
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

"autoload": {
"psr-4": {
"Fuko\\Masked\\": "src/"
"Fuko\\Masked\\": "src/Masked/"
}
},

Expand All @@ -28,7 +28,7 @@

"autoload-dev": {
"psr-4": {
"Fuko\\Masked\\Tests\\": "tests/"
"Fuko\\Masked\\Tests\\": "tests/Masked/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41d3d90

Please sign in to comment.