@@ -33,8 +33,8 @@ |
||
33 | 33 | |
34 | 34 | public function getIdAttribute(): string |
35 | 35 | { |
36 | - $this->attributes["id"] = $this->attributes["id"] |
|
37 | - ?? Str::random(16); |
|
36 | + $this->attributes["id"] = $this->attributes["id"] |
|
37 | + ?? Str::random(16); |
|
38 | 38 | |
39 | 39 | return $this->attributes["id"]; |
40 | 40 | } |