@@ -133,7 +133,7 @@ |
||
| 133 | 133 | $this->getDocumentation() . |
| 134 | 134 | "\n\nRandom value example: " . var_export($this->getRandom(), true) . |
| 135 | 135 | "\n\nSQL datatype: `" . $this->getSQLType() . "`" . |
| 136 | - "\n\nLaravel SQL datatype: `" . $this->getLaravelSQLType('name') . "`", |
|
| 136 | + "\n\nLaravel SQL datatype: `" . $this->getLaravelSQLType('name') . "`", |
|
| 137 | 137 | [] |
| 138 | 138 | ); |
| 139 | 139 | } |