Skip to content

Commit

Permalink
fix(composer): change facade path
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 4, 2020
1 parent 9868389 commit 7464611
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.6 (01-04-2020)

### Bug fixes

- Fix the call to Facade in the Composer autoload. :(

## v1.0.5 (01-04-2020)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Log1x\\Navi\\NaviServiceProvider"
],
"aliases": {
"Navi": "Log1x\\Navi\\NaviFacade"
"Navi": "Log1x\\Navi\\Facades\\Navi"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7464611

Please sign in to comment.