|
@@ -69,7 +69,7 @@ discard block |
|
|
block discarded – undo |
|
69
|
69
|
|
|
70
|
70
|
$factoryPath = GenerateConfigReader::read('factory'); |
|
71
|
71
|
|
|
72
|
|
- return $path . $factoryPath->getPath() . '/' . $this->getFileName(); |
|
|
72
|
+ return $path.$factoryPath->getPath().'/'.$this->getFileName(); |
|
73
|
73
|
} |
|
74
|
74
|
|
|
75
|
75
|
/** |
|
@@ -77,7 +77,7 @@ discard block |
|
|
block discarded – undo |
|
77
|
77
|
*/ |
|
78
|
78
|
private function getFileName() |
|
79
|
79
|
{ |
|
80
|
|
- return Str::studly($this->argument('name')) . 'Factory.php'; |
|
|
80
|
+ return Str::studly($this->argument('name')).'Factory.php'; |
|
81
|
81
|
} |
|
82
|
82
|
|
|
83
|
83
|
/** |
|
@@ -111,6 +111,6 @@ discard block |
|
|
block discarded – undo |
|
111
|
111
|
|
|
112
|
112
|
$path = str_replace('/', '\\', $path); |
|
113
|
113
|
|
|
114
|
|
- return $this->laravel['modules']->config('namespace') . '\\' . $this->laravel['modules']->findOrFail($this->getModuleName()) . '\\' . $path; |
|
|
114
|
+ return $this->laravel['modules']->config('namespace').'\\'.$this->laravel['modules']->findOrFail($this->getModuleName()).'\\'.$path; |
|
115
|
115
|
} |
|
116
|
116
|
} |
Please login to merge, or discard this patch.