Upgrade to 3.8.1
This commit is contained in:
@@ -632,7 +632,7 @@ abstract class ModelWithContent extends Model implements Identifiable
|
||||
* Returns the model's UUID
|
||||
* @since 3.8.0
|
||||
*/
|
||||
public function uuid(): Uuid
|
||||
public function uuid(): Uuid|null
|
||||
{
|
||||
return Uuid::for($this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user