1 | <?php |
||
11 | class PolicyMakeCommand extends BasePolicyMakeCommand |
||
12 | { |
||
13 | use ConfirmableTrait; |
||
14 | use ConsoleMakeModuleCommand; |
||
15 | |||
16 | /** |
||
17 | * Replace the User model namespace. |
||
18 | * |
||
19 | * @param string $stub |
||
20 | * |
||
21 | * @return string |
||
22 | */ |
||
23 | protected function replaceUserNamespace($stub): string |
||
35 | } |
||
36 |