@@ -233,7 +233,7 @@ |
||
| 233 | 233 | if ($generateRandom) { |
| 234 | 234 | $this->methodRandom->addBody( |
| 235 | 235 | '$data["' . $lowerName . '_id"] = function () {' . "\n" . |
| 236 | - ' return factory(\\' . $targetClass . '::class)->create()->id;' . "\n" . |
|
| 236 | + ' return factory(\\' . $targetClass . '::class)->create()->id;' . "\n" . |
|
| 237 | 237 | '};' |
| 238 | 238 | ); |
| 239 | 239 | } |