Skip to content

Commit 53a6eb9

Browse files
Fixed typo
1 parent ee02819 commit 53a6eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ it:
9999
```php
100100
// No UUID provided (automatically generated).
101101
$model = Model::create();
102-
echo $model->id; // abb034ae-fcdc-4200-8094-582b60a4281f
102+
echo $model->id; // abb034ae-fcdc-4200-8094-582b60a4281f
103103

104104
// UUID explicity provided.
105105
$model = Model::create(['id' => '04d7f995-ef33-4870-a214-4e21c51ff76e']);

0 commit comments

Comments
 (0)