Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit ebffc16

Browse files
author
Андрей Соснов
authored
Fix policy namespace.
1 parent dd1cf22 commit ebffc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/PolicyMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ protected function getStub()
3737
*/
3838
protected function getDefaultNamespace($rootNamespace)
3939
{
40-
return $rootNamespace.config('stubs.namespaces.console');
40+
return $rootNamespace.config('stubs.namespaces.policy');
4141
}
4242
}

0 commit comments

Comments
 (0)