Skip to content

Commit

Permalink
Adds service provider automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaRascal2020 committed Sep 28, 2024
1 parent 12e3f02 commit 62f856e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5.13"
},
"extra": {
"laravel": {
"providers": [
"\\PapaRascalDev\\Sidekick\\SidekickServiceProvider"
]
}
}
}

0 comments on commit 62f856e

Please sign in to comment.