Skip to content

Commit

Permalink
style(formatting): add missing namespace separator
Browse files Browse the repository at this point in the history
  • Loading branch information
anhzf committed Sep 19, 2020
1 parent f95695e commit 66e2d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"autoload": {
"psr-4": {
"Anhzf\\LaravelRestAPI": "src/"
"Anhzf\\LaravelRestAPI\\": "src/"
}
}
}

0 comments on commit 66e2d42

Please sign in to comment.