Completed
Pull Request — master (#6)
by
unknown
01:44
created
models/UserImportModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             if ($pathinfo['filename'] == $username) {
74 74
                 $file = new File();
75 75
                 $file->is_public = $this->imagePublic;
76
-                $file->fromFile(base_path() . $pathinfo['dirname'] . '/' . $pathinfo['basename']);
76
+                $file->fromFile(base_path().$pathinfo['dirname'].'/'.$pathinfo['basename']);
77 77
 
78 78
                 return $file;
79 79
             }
Please login to merge, or discard this patch.
Plugin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 class Plugin extends PluginBase
14 14
 {
15 15
     public $require = [
16
-    	'RainLab.User'
16
+        'RainLab.User'
17 17
     ];
18 18
 
19 19
     /**
Please login to merge, or discard this patch.