We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee02819 commit 53a6eb9Copy full SHA for 53a6eb9
README.md
@@ -99,7 +99,7 @@ it:
99
```php
100
// No UUID provided (automatically generated).
101
$model = Model::create();
102
-echo $model->id; // abb034ae-fcdc-4200-8094-582b60a4281f
+echo $model->id; // abb034ae-fcdc-4200-8094-582b60a4281f
103
104
// UUID explicity provided.
105
$model = Model::create(['id' => '04d7f995-ef33-4870-a214-4e21c51ff76e']);
0 commit comments