Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptonit3 authored Oct 28, 2017
1 parent 6af0445 commit feaa03f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"laravel": {
"providers": [
"Kryptonit3\\Counter\\CounterServiceProvider"
]
],
"aliases": {
"Counter": "Kryptonit3\\Counter\\Facades\\CounterFacade"
}
}
}
}

1 comment on commit feaa03f

@Kryptonit3-zz
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #27

Please sign in to comment.