@@ -81,8 +81,8 @@ |
||
81 | 81 | /** |
82 | 82 | * @return string |
83 | 83 | */ |
84 | - public function getDefaultNamespace() |
|
85 | - { |
|
86 | - return $this->laravel['modules']->config('paths.generator.policies', 'Policies'); |
|
87 | - } |
|
84 | + public function getDefaultNamespace() |
|
85 | + { |
|
86 | + return $this->laravel['modules']->config('paths.generator.policies', 'Policies'); |
|
87 | + } |
|
88 | 88 | } |
@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | $policyPath = $this->laravel['modules']->config('paths.generator.policies'); |
69 | 69 | |
70 | - return $path . $policyPath . '/' . $this->getFileName() . '.php'; |
|
70 | + return $path.$policyPath.'/'.$this->getFileName().'.php'; |
|
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |