Skip to content

Commit

Permalink
fix namespacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo committed Aug 9, 2017
1 parent 8f8c3ee commit b4f4a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
index.php
.idea
/vendor

log/logs.txt
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"autoload": {
"psr-4": {
"Autolog\\" : "src/"
"Autolog\\Logger\\" : "src/"
}
}
}

0 comments on commit b4f4a14

Please sign in to comment.