Skip to content

Commit

Permalink
Facade fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenvh committed Jan 22, 2021
1 parent 709847c commit 4d64fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-storyblok` will be documented in this file.

## 1.0.3 - 2021-01-22

- Fix facade

## 1.0.2 - 2021-01-22

- Fix facade
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"TakeTheLead\\LaravelStoryblok\\LaravelStoryblokServiceProvider"
],
"aliases": {
"LaravelStoryblok": "TakeTheLead\\LaravelStoryblok\\LaravelStoryblokFacade"
"Storyblok": "TakeTheLead\\LaravelStoryblok\\LaravelStoryblokFacade"
}
}
},
Expand Down

0 comments on commit 4d64fef

Please sign in to comment.