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.
2 parents 1034d77 + 450620a commit 2952601Copy full SHA for 2952601
tests/Fixtures/Uuid1Post.php
@@ -8,7 +8,7 @@ class Uuid1Post extends Model
8
{
9
use GeneratesUuid;
10
11
- public function uuidVersion(): string
+ public function uuidVersion(): string
12
13
return 'uuid1';
14
}
tests/Fixtures/Uuid4Post.php
@@ -10,6 +10,6 @@ class Uuid4Post extends Model
public function uuidVersion(): string
- return 'uuid4';
+ return 'uuid4';
15
tests/Fixtures/Uuid6Post.php
@@ -10,6 +10,6 @@ class Uuid6Post extends Model
- return 'uuid6';
+ return 'uuid6';
0 commit comments