Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Support Auto-Discovery
Browse files Browse the repository at this point in the history
This will make the package work with auto-discovery in Laravel 5.5. Enjoy :)
  • Loading branch information
rankarpan committed Jul 14, 2018
1 parent 700fe09 commit 4688ea5
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 @@ -50,7 +50,10 @@
"laravel": {
"providers": [
"Iconscout\\Tracker\\TrackerServiceProvider"
]
],
"aliases": {
"Tracker": "Iconscout\\Tracker\\Facades\\Tracker"
}
}
}
}

0 comments on commit 4688ea5

Please sign in to comment.