Skip to content

Commit

Permalink
set route service provider to use blank namespace by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Mar 19, 2024
1 parent e7c4959 commit 0bf8789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/route-provider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class $CLASS$ extends ServiceProvider
/**
* The module namespace to assume when generating URLs to actions.
*/
protected string $moduleNamespace = '$MODULE_NAMESPACE$\$MODULE$\$CONTROLLER_NAMESPACE$';
protected string $moduleNamespace = '';

/**
* Called before routes are registered.
Expand Down

0 comments on commit 0bf8789

Please sign in to comment.