Completed
Push — test ( 4b360a...8cac98 )
by Temitope
02:31
created
src/Exceptions/TableFieldUndefinedException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
 		$splittedArray = implode(",", $fieldsNotDefined);
19 19
 
20
-		return new static ($splittedArray . "  " . $message);
20
+		return new static ($splittedArray."  ".$message);
21 21
 	}
22 22
 
23 23
 }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.