@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | { |
124 | 124 | if( file_exists(base_path().DIRECTORY_SEPARATOR.$directory)){ |
125 | 125 | return true; |
126 | - }else{ |
|
126 | + } else{ |
|
127 | 127 | $result = |
128 | 128 | $this->laravel['files']->makeDirectory($module->directory() . |
129 | 129 | DIRECTORY_SEPARATOR . $directory, 0755, true); |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | $this->replace($this->laravel['files']->get($sourceFile), $module, |
241 | 241 | $replacements) |
242 | 242 | ); |
243 | - }else{ |
|
243 | + } else{ |
|
244 | 244 | $result = $this->laravel['files']->put($module->directory() . |
245 | 245 | DIRECTORY_SEPARATOR . $destinationFile, |
246 | 246 | $this->replace($this->laravel['files']->get($sourceFile), $module, |