Skip to content

Commit

Permalink
fix: wrong class names/namespacces #99
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Nov 30, 2023
1 parent e01c908 commit 42c34d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Module/Providers/ModuleAuthServiceProvider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class {{ module }}AuthServiceProvider extends ServiceProvider
* @var array<class-string, class-string>
*/
protected $policies = [
// 'Modules\{{ module }}\Models\{{ module }}' => 'Modules\{{ module }}\Policies\{{ module }}Policy',
// Modules\{{ module }}\Domain\Models\{{ module }}::class => Modules\{{ module }}\Domain\Policies\{{ module }}Policy::class,
];

/**
Expand Down

0 comments on commit 42c34d1

Please sign in to comment.