Skip to content

Commit

Permalink
fix: generate correct NovaServiceProvider class during installation (
Browse files Browse the repository at this point in the history
…#7)

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Dec 23, 2024
1 parent 053bd52 commit 36c6840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/testbench.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ laravel: '@testbench'
providers:
- Laravel\Nova\NovaServiceProvider
- Laravel\Nova\NovaCoreServiceProvider
- {{ WorkbenchAppNamespace }}Providers\NovaServiceProvider
- {{ WorkbenchAppNamespace }}\Providers\NovaServiceProvider
# - {{ WorkbenchServiceProvider }}

migrations: true
Expand Down

0 comments on commit 36c6840

Please sign in to comment.