@@ -31,16 +31,16 @@ |
||
| 31 | 31 | |
| 32 | 32 | // Copy the files |
| 33 | 33 | Storage::disk($this->getDiskName())->put( |
| 34 | - $remotePath .'/'.$file, |
|
| 34 | + $remotePath . '/' . $file, |
|
| 35 | 35 | $localPath . '/' . $file |
| 36 | 36 | ); |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | return true; |
| 40 | 40 | } |
| 41 | - public function files($what='') |
|
| 41 | + public function files($what = '') |
|
| 42 | 42 | { |
| 43 | - $localPath = Config::get('db-exporter.export_path.'.$what); |
|
| 43 | + $localPath = Config::get('db-exporter.export_path.' . $what); |
|
| 44 | 44 | |
| 45 | 45 | return scandir($localPath); |
| 46 | 46 | } |