Passed
Push — master ( fdcd11...4b42b4 )
by Ron
07:37
created
app/Http/Controllers/UserLinksController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
 
152 152
             $newFile = Files::create([
153 153
                 'file_name' => $fileName,
154
-                'file_link' => $filePath . DIRECTORY_SEPARATOR
154
+                'file_link' => $filePath.DIRECTORY_SEPARATOR
155 155
             ]);
156 156
             $fileID = $newFile->file_id;
157 157
 
Please login to merge, or discard this patch.