@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | $rulePath = $this->laravel['modules']->config('paths.generator.rules'); |
69 | 69 | |
70 | - return $path . $rulePath . '/' . $this->getFileName() . '.php'; |
|
70 | + return $path.$rulePath.'/'.$this->getFileName().'.php'; |
|
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |