@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function assignment($value, ColumnModel $column) |
| 22 | 22 | { |
| 23 | - return implode(";", request( $column->getName() )); |
|
| 23 | + return implode(";", request($column->getName())); |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | } |
| 27 | 27 | \ No newline at end of file |