Skip to content

Commit

Permalink
Fixes for name change
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed May 7, 2020
1 parent 8f18298 commit ae9c0f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo124/beacon",
"description": "Application level data Beacon",
"description": "Application level data collector package for laravel",
"keywords": [
"turbo124",
"beacon",
Expand Down Expand Up @@ -47,10 +47,10 @@
"extra": {
"laravel": {
"providers": [
"Turbo124\\Beacon\\BeaconServiceProvider"
"Turbo124\\Beacon\\CollectorServiceProvider"
],
"aliases": {
"Beacon": "Turbo124\\Beacon\\BeaconFacade"
"Beacon": "Turbo124\\Beacon\\CollectorFacade"
}
}
}
Expand Down

0 comments on commit ae9c0f3

Please sign in to comment.