Completed
Pull Request — master (#5655)
by
unknown
24s
created
src/Form/Field/MultipleFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             return false;
64 64
         }
65 65
 		
66
-		if (request()->has(static::FILE_SORT_FLAG)) {
66
+        if (request()->has(static::FILE_SORT_FLAG)) {
67 67
             return false;
68 68
         }
69 69
 
Please login to merge, or discard this patch.