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

Commit

Permalink
Fix policy namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Андрей Соснов authored Nov 21, 2016
1 parent dd1cf22 commit ebffc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/PolicyMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ protected function getStub()
*/
protected function getDefaultNamespace($rootNamespace)
{
return $rootNamespace.config('stubs.namespaces.console');
return $rootNamespace.config('stubs.namespaces.policy');
}
}

0 comments on commit ebffc16

Please sign in to comment.