@@ -47,7 +47,7 @@ |
||
47 | 47 | protected function checkConfiguration() |
48 | 48 | { |
49 | 49 | if ((!is_string($this->attribute) || empty($this->attribute)) && $this->value === null) { |
50 | - throw new DataGridException('attribute or value property must be set for ' . static::class); |
|
50 | + throw new DataGridException('attribute or value property must be set for '.static::class); |
|
51 | 51 | } |
52 | 52 | } |
53 | 53 |