@@ -14,11 +14,11 @@ |
||
14 | 14 | |
15 | 15 | protected function getStub() |
16 | 16 | { |
17 | - return __DIR__ . '/../../stubs/json-schema-request.stub'; |
|
17 | + return __DIR__.'/../../stubs/json-schema-request.stub'; |
|
18 | 18 | } |
19 | 19 | |
20 | 20 | protected function getDefaultNamespace($rootNamespace) |
21 | 21 | { |
22 | - return $rootNamespace . '\Http\Requests'; |
|
22 | + return $rootNamespace.'\Http\Requests'; |
|
23 | 23 | } |
24 | 24 | } |
25 | 25 | \ No newline at end of file |