@@ -426,7 +426,7 @@ |
||
| 426 | 426 | ): AccessorInterface { |
| 427 | 427 | if (!is_string($accessor) || !class_exists($accessor)) { |
| 428 | 428 | throw new EntityException( |
| 429 | - "Unable to create accessor for field {$name} in " . static::class |
|
| 429 | + "Unable to create accessor for field {$name} in ".static::class |
|
| 430 | 430 | ); |
| 431 | 431 | } |
| 432 | 432 | |