@@ -17,7 +17,7 @@ |
||
| 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 |